Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
katosdev authored Jan 9, 2025
2 parents d809372 + 3444898 commit 43ce206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rootless
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ WORKDIR /app
HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 \
CMD [ "wget", "--no-verbose", "--tries=1", "-O", "-", "http://localhost:7745/api/v1/status" ]

# Persist volume
# Persist volume for data
VOLUME [ "/data" ]

# Entrypoint and CMD
Expand Down

0 comments on commit 43ce206

Please sign in to comment.