mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 22:55:39 +00:00
add pgbouncer image
This commit is contained in:
4
pgbouncer/run.sh
Normal file
4
pgbouncer/run.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
mkdir /run/pgbouncer
|
||||
chown -R $UID:$GID /etc/pgbouncer /var/log/pgbouncer /run/pgbouncer
|
||||
su-exec $UID:$GID pgbouncer /etc/pgbouncer/pgbouncer.ini
|
Reference in New Issue
Block a user