mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -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:
@@ -16,4 +16,4 @@ else
|
||||
rm -f "$PASSWORD_FILE"
|
||||
fi
|
||||
|
||||
exec rest-server --listen ":80" $OPTIONS --path "$DATA_DIRECTORY"
|
||||
exec rest-server --path "$DATA_DIRECTORY" $OPTIONS
|
||||
|
||||
Reference in New Issue
Block a user