1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-27 19:35:39 +00:00
Files
boinc
boring-nginx
cowrie
ghost
isso
lutim
lychee
Dockerfile
README.md
nginx.conf
php-fpm.conf
run.sh
supervisord.conf
nextcloud
nginx
nodejs
piwik
rainloop
rutorrent
searx
subsonic
tor
zerobin
LICENSE
dockerfiles/lychee/run.sh
2016-05-11 00:08:40 +02:00

6 lines
313 B
Bash

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