Skip to content

Instantly share code, notes, and snippets.

@ChewySalmon
Last active June 20, 2021 10:31
Show Gist options
  • Save ChewySalmon/fc6b769d5359107365843828b263f2fa to your computer and use it in GitHub Desktop.
Save ChewySalmon/fc6b769d5359107365843828b263f2fa to your computer and use it in GitHub Desktop.
Database management
pma:
image: phpmyadmin:5.1
environment:
- PMA_ARBITRARY=1
- PMA_HOST=${DB_HOST}
- PMA_USER=${DB_USERNAME}
- PMA_PASSWORD=${DB_PASSWORD}
- PMA_PORT=${DB_PORT}
depends_on:
- database
ports:
- 8888:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment