Created
August 28, 2020 06:46
-
-
Save Nixes/72d8b0e371e39d9ea244cae9b595e369 to your computer and use it in GitHub Desktop.
phpmyadmin docker compose with reasonable security defaults. Will be accessible on port 443 after starting.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
phpmyadmin: | |
image: bitnami/phpmyadmin | |
container_name: phpmyadmin | |
environment: | |
- PHPMYADMIN_ALLOW_ARBITRARY_SERVER=yes | |
- DATABASE_ENABLE_SSL=yes | |
restart: always | |
ports: | |
- 443:8443 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment