We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0c513 commit 738826eCopy full SHA for 738826e
2 files changed
Docker/postgis-geocoder.yml
@@ -5,7 +5,7 @@ services:
5
context: .
6
dockerfile: postgis-geocoder.Dockerfile
7
environment:
8
- - POSTGRES_PASSWORD=yourpasswordhere
+ - POSTGRES_PASSWORD=$PGPASSWORD
9
- PGDATA=/var/lib/postgresql/data/pgdata
10
image: docker.io/znmeb/postgis-geocoder
11
ports:
Docker/postgis.yml
dockerfile: postgis.Dockerfile
image: docker.io/znmeb/postgis
0 commit comments