Add volume creation for dockercompose

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