Refactor controllers and data
This commit is contained in:
parent
d12e0b2f6e
commit
3b350c6a46
|
@ -23,6 +23,13 @@ services:
|
||||||
MYSQL_DATABASE: bluedb
|
MYSQL_DATABASE: bluedb
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker-entrypoint-initdb.d/:/docker-entrypoint-initdb.d/
|
- ./docker-entrypoint-initdb.d/:/docker-entrypoint-initdb.d/
|
||||||
|
phpmyadmin:
|
||||||
|
image: phpmyadmin/phpmyadmin
|
||||||
|
ports:
|
||||||
|
- 80:80
|
||||||
|
environment:
|
||||||
|
MYSQL_USERNAME: 'blueuser'
|
||||||
|
MYSQL_ROOT_PASSWORD: 'dXjw127124dJ'
|
||||||
# ports:
|
# ports:
|
||||||
# - "3308:3306"
|
# - "3308:3306"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue