Skip to content

Commit 225cdcd

Browse files
authored
fix: docker-compose 설정 파일 수정 (#7)
1 parent 293c7df commit 225cdcd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.dev.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ services:
1111
- ./init-db.sql:/docker-entrypoint-initdb.d/init-db.sql
1212
ports:
1313
- "3306:3306"
14-
healthcheck:
15-
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
16-
timeout: 5s
17-
retries: 10
14+
# healthcheck:
15+
# test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
16+
# timeout: 5s
17+
# retries: 10
1818

1919
fastapi:
2020
image: satto-registry.kr.ncr.ntruss.com/satto-server-fastapi:latest

0 commit comments

Comments
 (0)