mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-08-01 22:05:40 +00:00
cowrie
ghost
isso
lufi
lutim
lychee
nodejs
owncloud
piwik
rainloop
reverse
Dockerfile
README.md
nginx.conf
ngxpasswd
run.sh
rutorrent
searx
selfoss
subsonic
zerobin
LICENSE
6 lines
173 B
Bash
6 lines
173 B
Bash
#!/bin/sh
|
|
touch /var/run/nginx.pid
|
|
chown -R $UID:$GID /etc/nginx /var/log/nginx /var/run/nginx.pid /sites-enabled /conf.d /certs
|
|
chmod -R 700 /certs
|
|
su-exec $UID:$GID nginx
|