🗃️ Committing everything that changed 🗃️

rootfs/root/docker/setup/03-files.sh
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/etc/docker/init.d/01-php-fpm.sh
This commit is contained in:
casjay
2024-08-16 15:52:09 -04:00
parent 1c8e1b0ef3
commit 9a54cd4f94
3 changed files with 6 additions and 5 deletions

View File

@@ -12,8 +12,8 @@
# @@Description : Entrypoint file for pastebin
# @@Changelog : New script
# @@TODO : Better documentation
# @@Other :
# @@Resource :
# @@Other :
# @@Resource :
# @@Terminal App : no
# @@sudo/root : no
# @@Template : other/docker-entrypoint
@@ -74,8 +74,8 @@ done
RUNAS_USER="root" # normally root
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# User and group in which the service switches to - IE: nginx,apache,mysql,postgres
SERVICE_USER="pastebin" # execute command as another user
SERVICE_GROUP="pastebin" # Set the service group
SERVICE_USER="nginx" # execute command as another user
SERVICE_GROUP="nginx" # Set the service group
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set user and group ID
SERVICE_UID="0" # set the user id