mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
update docs
This commit is contained in:
parent
c8c2e1c2eb
commit
df1f62e734
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ source "${ENTRYPOINT_ROOT}/helpers.sh"
|
|||
|
||||
entrypoint-set-script-name "$0"
|
||||
|
||||
# Ensure the two Docker volumes and dot-env files are owned by the runtime user as other scripts
|
||||
# Ensure the Docker volumes and required files are owned by the runtime user as other scripts
|
||||
# will be writing to these
|
||||
run-as-current-user chown --verbose "${RUNTIME_UID}:${RUNTIME_GID}" "./.env"
|
||||
run-as-current-user chown --verbose "${RUNTIME_UID}:${RUNTIME_GID}" "./bootstrap/cache"
|
||||
|
|
Loading…
Reference in a new issue