1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-30 04:45:41 +00:00
Files
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
dockerfiles/pgbouncer/run.sh
Wonderfall 338e0a290f alpine 3.6
2017-05-27 01:46:23 +02:00

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