mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-29 12:25:40 +00:00
boring-nginx
cowrie
ghost
isso
Dockerfile
README.md
run.sh
lutim
lychee
nodejs
owncloud
piwik
rainloop
reverse
rutorrent
searx
selfoss
subsonic
tor
zerobin
LICENSE
4 lines
89 B
Bash
4 lines
89 B
Bash
#!/bin/sh
|
|
chown -R $UID:$GID /db /config
|
|
su-exec $UID:$GID isso -c /config/isso.conf run
|