mirror of
https://github.com/simon-ding/polaris.git
synced 2026-04-21 19:27:30 +08:00
update docker related files
This commit is contained in:
@@ -9,4 +9,4 @@ chown -R "${PUID}:${PGID}" /app/data
|
||||
umask ${UMASK:-022}
|
||||
|
||||
cd /app
|
||||
exec gosu "${PUID}:${PGID}" /app/polaris
|
||||
exec gosu "${PUID}:${PGID}" /app/polaris -port ${PORT:-8080}
|
||||
Reference in New Issue
Block a user