mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-30 04:45:41 +00:00
boinc
boring-nginx
cowrie
freshrss
ghost
isso
kippo-graph
libresonic
lychee
mastodon
nextcloud
nginx-php
pgbouncer
Dockerfile
README.md
run.sh
piwik
privatebin
rtorrent-flood
searx
tor
unmaintained
LICENSE
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
|