mirror of
https://github.com/casjaysdevdocker/gitea
synced 2025-12-14 08:07:07 -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"
|
SERVICE_PORT="80"
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# User to use to launch service - IE: postgres
|
# 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
|
# User and group in which the service switches to - IE: nginx,apache,mysql,postgres
|
||||||
SERVICE_USER="git" # execute command as another user
|
SERVICE_USER="git" # execute command as another user
|
||||||
|
|||||||
Reference in New Issue
Block a user