Skip to content

Commit

Permalink
update healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Jun 27, 2024
1 parent aee1aaa commit e3d4e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- ./config:/app/config
- db-data:/tmp/app-avs
healthcheck:
test: curl --fail http://localhost:1323 || exit 1
test: curl --fail http://localhost:1323/up || exit 1
interval: 3s
retries: 15
start_period: 3s
Expand Down

0 comments on commit e3d4e76

Please sign in to comment.