Add (commented out) phpmyadmin to docker-compose

This commit is contained in:
FrancescoUK
2018-09-09 10:18:44 +01:00
parent c7b32a5a0e
commit 4420dccc60

View File

@@ -3,12 +3,13 @@ version: '2'
volumes:
uploads:
driver: local
services:
sqlscript:
build:
context: database/
dockerfile: Dockerfile
php:
build:
context: .
@@ -38,3 +39,15 @@ services:
- "3306:3306"
volumes_from:
- sqlscript
# phpmyadmin:
# image: phpmyadmin/phpmyadmin
# restart: always
# ports:
# - "8000:80"
# links:
# - mysql:mysql
# environment:
# - MYSQL_USERNAME=admin
# - MYSQL_ROOT_PASSWORD=pointofsale
# - PMA_HOST=mysql