Skip to content

Commit de5951d

Browse files
author
viny bk
committed
Merge branch 'staging' into 'main'
Update docker-compose.yml See merge request viny/template-node-react-ts!12
2 parents dfd2c30 + 6286514 commit de5951d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
networks:
3434
- app-network
3535
healthcheck:
36-
test: ["CMD", "curl", "-f", "http://localhost:${BACKEND_PORT:-5000}/health"]
36+
test: ["CMD", "curl", "-f", "http://localhost:${BACKEND_PORT:-5000}"]
3737
interval: 30s
3838
timeout: 10s
3939
retries: 5

0 commit comments

Comments
 (0)