Browse Source

bugfix to PSQL version auto-detect in Gitea containerfile

feature/startup-from-labels
Mario Alegre 5 years ago
parent
commit
241bf2b304
  1. 3
      src/gitea/Containerfile

3
src/gitea/Containerfile

@ -47,7 +47,8 @@ COPY assets/bin/ /usr/local/bin/
###
# configure PostgreSQL access
COPY --chown=postgres:postgres assets/pg_hba.conf /etc/postgresql/${PSQLV:?}/main/pg_hba.conf
COPY --chown=postgres:postgres assets/pg_hba.conf ./
RUN mv pg_hba.conf /etc/postgresql/${PSQLV:?}/main/pg_hba.conf
###
### Gitea

Loading…
Cancel
Save