This commit is contained in:
2026-02-12 11:52:56 +01:00
parent 76a0a849c2
commit a7612778a5

View File

@@ -8,6 +8,8 @@ services:
MYSQL_ROOT_PASSWORD: root MYSQL_ROOT_PASSWORD: root
ports: ports:
- 3306:3306 - 3306:3306
volumes:
- ./app/database:/var/lib/mysql
app: app:
build: ./app build: ./app