Skip to content

Instantly share code, notes, and snippets.

@YasushiKobayashi
Created October 30, 2017 09:37
Show Gist options
  • Save YasushiKobayashi/e83696954b9dc68cfe3e3a8bf097a366 to your computer and use it in GitHub Desktop.
Save YasushiKobayashi/e83696954b9dc68cfe3e3a8bf097a366 to your computer and use it in GitHub Desktop.
phpmyadmin
version: '2'
services:
app:
container_name: phpmyadmin
image: phpmyadmin/phpmyadmin
environment:
- PMA_HOST=
- PMA_ARBITRARY=1
- PMA_USER=root
- PMA_PASSWORD=
ports:
- 8080:80
volumes:
- ./:/sessions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment