mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-08-01 22:05:40 +00:00
boring-nginx
cowrie
cryptpad
freshrss
ghost
isso
Dockerfile
README.md
run.sh
kippo-graph
libresonic
lychee
mastodon
mediawiki
nextcloud
nginx-php
parsoid
pgbouncer
piwik
privatebin
rtorrent-flood
searx
tor
unmaintained
LICENSE
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
|