mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
Set docker image default port also to 8000
So that rest-server can be started as non-root user. You can choose which port to expose, anyway.
This commit is contained in:
@@ -9,7 +9,7 @@ COPY rest-server docker/*_user /usr/bin/
|
||||
|
||||
VOLUME /data
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 8000
|
||||
|
||||
COPY docker/entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user