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: ports:
- "3307:3306" - "3307:3306"
volumes: volumes:
- mysql_data:/var/lib/mysql - mysql_data:/var/lib/mysql3
- ./docker:/docker-entrypoint-initdb.d:ro - ./docker:/docker-entrypoint-initdb.d:ro
healthcheck: healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost", "-uroot", "-proot123"] test: ["CMD", "mysqladmin", "ping", "-h", "localhost", "-uroot", "-proot123"]
@@ -33,4 +33,4 @@ services:
retries: 10 retries: 10
volumes: volumes:
mysql_data: mysql_data3: