Update docker-compose.yml

This commit is contained in:
2021-02-04 09:45:42 +11:00
committed by GitHub
parent f7ec4786d0
commit 9b8326e234
+2
View File
@@ -15,6 +15,8 @@ services:
- app-network - app-network
ports: ports:
- "3100:3100" - "3100:3100"
depends_on:
- database
database: database:
image: mariadb:latest image: mariadb:latest