Skip to content

Commit 58ee86a

Browse files
committed
fixing command
1 parent 998a108 commit 58ee86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ services:
7373
networks:
7474
- app-network
7575
healthcheck:
76-
test: ["curl", "-f", "http://localhost:80"]
76+
test: ["CMD", "curl", "-f", "http://nginx:8089"]
7777
interval: 10s
7878
timeout: 5s
7979
retries: 3

0 commit comments

Comments
 (0)