Skip to content

Commit

Permalink
fix(observer): bump version to fix healthcheck
Browse files Browse the repository at this point in the history
The observer healthcheck was using the wrong path.
  • Loading branch information
djwhitt committed Oct 24, 2023
1 parent 0d6b6a8 commit 9312e59
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 @@ -53,7 +53,7 @@ services:
- START_WRITERS=${START_WRITERS:-}

observer:
image: ghcr.io/ar-io/ar-io-observer:${OBSERVER_IMAGE_TAG:-12e83cba9751e98ea9a970655dbd6fb23e8565bb}
image: ghcr.io/ar-io/ar-io-observer:${OBSERVER_IMAGE_TAG:-ae0005422005cf51b8222cecb6704d8cd172e8ca}
ports:
- 5000:5000
volumes:
Expand Down

0 comments on commit 9312e59

Please sign in to comment.