mirror of
https://github.com/casjaysdevdocker/gitea
synced 2025-12-14 02:07:10 -05:00
🗃️ Update codebase 🗃️
rootfs/usr/local/etc/docker/init.d/08-gitea.sh
This commit is contained in:
@@ -109,7 +109,7 @@ WORK_DIR=""
|
||||
SERVICE_PORT="80"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# User to use to launch service - IE: postgres
|
||||
RUNAS_USER="root" # normally root
|
||||
RUNAS_USER="git" # gitea must run as git user, not root
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# User and group in which the service switches to - IE: nginx,apache,mysql,postgres
|
||||
SERVICE_USER="git" # execute command as another user
|
||||
|
||||
Reference in New Issue
Block a user