1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-28 03:45:37 +00:00
Files
boring-nginx
cowrie
ghost
isso
lutim
lychee
nodejs
owncloud
piwik
rainloop
Dockerfile
README.md
nginx.conf
php-fpm.conf
run.sh
supervisord.conf
reverse
rutorrent
searx
selfoss
subsonic
tor
zerobin
LICENSE
dockerfiles/rainloop/run.sh
2016-05-07 00:46:59 +02:00

5 lines
233 B
Bash

#!/bin/sh
addgroup -g ${GID} rainloop && adduser -h /rainloop -s /bin/sh -D -G rainloop -u ${UID} rainloop
chown -R rainloop:rainloop /rainloop /var/run/php-fpm.sock /var/lib/nginx /tmp
supervisord -c /usr/local/etc/supervisord.conf