Add volume creation for dockercompose

This commit is contained in:
jeanGaston
2024-01-30 10:26:13 +01:00
parent c678c6b34f
commit b770178713
+4 -1
View File
@@ -23,4 +23,7 @@ services:
volumes:
- data:/var/lib/mysql
ports:
- "3306:3306"
- "3306:3306"
volumes:
data: