1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-26 02:45:38 +00:00
Files
cowrie
ghost
isso
lufi
lutim
lychee
nodejs
owncloud
piwik
rainloop
reverse
rutorrent
searx
subsonic
zerobin
Dockerfile
nginx.conf
php-fpm.conf
run.sh
supervisord.conf
LICENSE
dockerfiles/zerobin/run.sh

6 lines
254 B
Bash
Raw Normal View History

2016-04-11 15:59:32 +02:00
#!/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