Modify docker source file

This commit is contained in:
loverustfs
2025-07-15 23:17:39 +08:00
parent 9c956b4445
commit 74bf4909c8
3 changed files with 8 additions and 14 deletions

View File

@@ -121,9 +121,6 @@ WORKDIR /data
# Expose port
EXPOSE 9000
# Health check
HEALTHCHECK --interval=30s --timeout=10s --retries=3 --start-period=40s \
CMD curl -f http://localhost:9000/health || exit 1
# Volume for data
VOLUME ["/data"]