mengubah file docker-compose.yml_3

This commit is contained in:
2026-06-10 07:05:42 +07:00
parent 059ba461ae
commit a9ab80ee45
+2 -2
View File
@@ -24,7 +24,7 @@ services:
ports:
- "3307:3306"
volumes:
- mysql_data:/var/lib/mysql
- mysql_data:/var/lib/mysql3
- ./docker:/docker-entrypoint-initdb.d:ro
healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost", "-uroot", "-proot123"]
@@ -33,4 +33,4 @@ services:
retries: 10
volumes:
mysql_data:
mysql_data3: