mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-27 11:25:41 +00:00
boring-nginx
matomo
nextcloud
nginx-php
privatebin
searx
unmaintained
boinc
cowrie
cryptpad
freshrss
ghost
isso
Dockerfile
README.md
run.sh
kippo-graph
libresonic
lutim
lychee
mastodon
mediawiki
nginx
parsoid
pgbouncer
rainloop
reverse
rtorrent-flood
rutorrent
tor
LICENSE
README.md
4 lines
108 B
Bash
4 lines
108 B
Bash
#!/bin/sh
|
|
chown -R $UID:$GID /db /config
|
|
exec su-exec $UID:$GID /sbin/tini -- isso -c /config/isso.conf run
|