setup pager for querying
This commit is contained in:
parent
ab59099d5c
commit
d0905e1599
1 changed files with 2 additions and 1 deletions
|
@ -8,8 +8,9 @@ ENV PGUSER sutty
|
|||
ENV PGDB sutty
|
||||
ENV PGVER 12
|
||||
ENV PGCLIENT sutty
|
||||
ENV PAGER "less -niSFX"
|
||||
|
||||
RUN apk add --no-cache postgresql postgresql-contrib daemonize
|
||||
RUN apk add --no-cache postgresql postgresql-contrib daemonize less
|
||||
|
||||
COPY ./postgresql.sh /usr/local/bin/postgresql
|
||||
COPY ./monit.conf /etc/monit.d/postgresql.conf
|
||||
|
|
Loading…
Reference in a new issue