update docker related files

This commit is contained in:
Simon Ding
2025-08-31 22:47:38 +08:00
parent e27b327f93
commit a978ae4fba
6 changed files with 60 additions and 3 deletions

View File

@@ -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}