Refactor controllers and data

This commit is contained in:
CodeLiturgy 2022-08-18 21:01:27 +01:00
parent d12e0b2f6e
commit 3b350c6a46
1 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,13 @@ services:
MYSQL_DATABASE: bluedb
volumes:
- ./docker-entrypoint-initdb.d/:/docker-entrypoint-initdb.d/
phpmyadmin:
image: phpmyadmin/phpmyadmin
ports:
- 80:80
environment:
MYSQL_USERNAME: 'blueuser'
MYSQL_ROOT_PASSWORD: 'dXjw127124dJ'
# ports:
# - "3308:3306"