mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-26 10:55:37 +00:00
ghost
isso
lutim
lychee
nodejs
owncloud
piwik
rainloop
reverse
rutorrent
searx
selfoss
subsonic
tor
zerobin
Dockerfile
nginx.conf
php-fpm.conf
run.sh
supervisord.conf
LICENSE
6 lines
254 B
Bash
6 lines
254 B
Bash
#!/bin/sh
|
|
addgroup -g ${GID} zerobin && adduser -h /zerobin -s /bin/sh -D -G zerobin -u ${UID} zerobin
|
|
touch /var/run/php-fpm.sock
|
|
chown -R zerobin:zerobin /zerobin /var/run/php-fpm.sock /var/lib/nginx /tmp
|
|
supervisord -c /usr/local/etc/supervisord.conf
|