mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-27 03:15:39 +00:00
boring-nginx
matomo
nextcloud
nginx-php
privatebin
searx
unmaintained
boinc
cowrie
cryptpad
freshrss
ghost
isso
kippo-graph
libresonic
lutim
lychee
mastodon
mediawiki
nginx
parsoid
pgbouncer
Dockerfile
README.md
run.sh
rainloop
reverse
rtorrent-flood
rutorrent
tor
LICENSE
README.md
5 lines
175 B
Bash
5 lines
175 B
Bash
#!/bin/sh
|
|
mkdir /run/pgbouncer
|
|
chown -R $UID:$GID /etc/pgbouncer /var/log/pgbouncer /run/pgbouncer
|
|
exec su-exec $UID:$GID /sbin/tini -- pgbouncer /etc/pgbouncer/pgbouncer.ini
|