mirror of
https://github.com/DioCrafts/OxiCloud.git
synced 2025-10-06 00:22:38 +02:00
Update Dockerfile.rootless to correct exposed ports
This commit is contained in:
@@ -54,8 +54,8 @@ RUN chown -R oxicloud:oxicloud /app
|
|||||||
# Set the non-root user for running the application
|
# Set the non-root user for running the application
|
||||||
USER oxicloud
|
USER oxicloud
|
||||||
|
|
||||||
# Expose the port the application listens on (use ports above 1024 to avoid root requirement)
|
# Expose the port the application listens on
|
||||||
EXPOSE 3000
|
EXPOSE 8086 8085
|
||||||
|
|
||||||
# Run the binary in release mode
|
# Run the binary in release mode
|
||||||
CMD ["./oxicloud", "--release"]
|
CMD ["./oxicloud", "--release"]
|
||||||
|
Reference in New Issue
Block a user