Quick config fix

This commit is contained in:
2021-03-07 13:58:08 +11:00
parent 83af2b1395
commit a23fb81570
+4 -4
View File
@@ -90,10 +90,10 @@ services:
database: database:
image: mariadb:latest image: mariadb:latest
environment: environment:
- MYSQL_DATABASE: ${appName} MYSQL_DATABASE: ${appName}
- MYSQL_USER: ${appDBUser} MYSQL_USER: ${appDBUser}
- MYSQL_PASSWORD: ${appDBPass} MYSQL_PASSWORD: ${appDBPass}
- MYSQL_ROOT_PASSWORD: ${dbRootPass} MYSQL_ROOT_PASSWORD: ${dbRootPass}
networks: networks:
- app-network - app-network
volumes: volumes: