diff --git a/docker-compose.yml b/docker-compose.yml index 481594e..c387b72 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,4 +33,8 @@ services: retries: 10 volumes: - mysql_data: \ No newline at end of file + mysql_data2: # ← ganti ini + + db: + volumes: + - mysql_data2:/var/lib/mysql # ← dan ini \ No newline at end of file