We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68720c commit cb42700Copy full SHA for cb42700
docker-compose.yml
@@ -21,7 +21,7 @@ services:
21
- './data/db:/var/lib/mysql:delegated'
22
environment:
23
- MYSQL_ROOT_PASSWORD=password
24
- - MYSQL_DATABASE=${APP_NAME}
+ - MYSQL_DATABASE=${DB_NAME}
25
restart: always
26
ports:
27
- '3306:3306'
0 commit comments