Skip to content

Commit

Permalink
Added PGUSER env
Browse files Browse the repository at this point in the history
  • Loading branch information
Miggets7 committed Jan 10, 2022
1 parent 6d106e1 commit 7264bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ENV PGTZ ${PGTZ:-Europe/Amsterdam}
ENV POSTGRES_DB ${POSTGRES_DB:-openremote}
ENV POSTGRES_USER ${POSTGRES_USER:-postgres}
ENV POSTGRES_PASSWORD ${POSTGRES_PASSWORD:-postgres}
ENV PGUSER "$POSTGRES_USER"

#Temporary fix:
# for PostGIS 2.* - building a special geos
Expand Down

0 comments on commit 7264bce

Please sign in to comment.