Skip to content

Instantly share code, notes, and snippets.

@Nixes
Created August 28, 2020 06:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nixes/72d8b0e371e39d9ea244cae9b595e369 to your computer and use it in GitHub Desktop.
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.
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