mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
UNMAINTENED
This commit is contained in:
16
unmaintained/pgbouncer/Dockerfile
Normal file
16
unmaintained/pgbouncer/Dockerfile
Normal file
@ -0,0 +1,16 @@
|
||||
FROM alpine:3.6
|
||||
|
||||
ENV UID=991 GID=991
|
||||
|
||||
RUN apk -U --no-cache add \
|
||||
pgbouncer \
|
||||
tini \
|
||||
su-exec
|
||||
|
||||
COPY run.sh /usr/local/bin/run.sh
|
||||
|
||||
RUN chmod +x /usr/local/bin/run.sh
|
||||
|
||||
VOLUME /etc/pgbouncer
|
||||
|
||||
CMD ["run.sh"]
|
Reference in New Issue
Block a user