mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-07-11 21:39:53 +02:00
move app user creation to startup scripts
run fpm as app user
This commit is contained in:
parent
8efb1fb4df
commit
0e7d838fec
5 changed files with 10 additions and 15 deletions
|
@ -21,6 +21,4 @@ else
|
|||
fi
|
||||
|
||||
mkdir -p /var/www
|
||||
addgroup -g $OWNER_GID app
|
||||
adduser -D -h /var/www/html -G app -u $OWNER_UID app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue