add one port number

This commit is contained in:
trav 2021-10-28 15:13:42 -04:00
parent 39be243a0a
commit e998b3f396
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ services:
volumes:
- fakes3_data:/fakes3_root
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
test: ["CMD", "curl", "-f", "http://localhost:4569"]
interval: 30s
timeout: 10s
retries: 10