Skip to content

Commit 92699eb

Browse files
committed
updated postgis references
1 parent 414cc1e commit 92699eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM postgis:15-3.3
1+
FROM postgis/postgis:15-3.3
22
COPY create-multiple-postgresql-databases.sh /docker-entrypoint-initdb.d/

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
services:
22
postgres:
3-
image: postgis:15-3.3
3+
image: postgis/postgis:15-3.3
44
container_name: example-postgres
55
environment:
66
- POSTGRES_MULTIPLE_DATABASES="db1","db2","db3"
77
- POSTGRES_MULTIPLE_USERS="user1","user2","user3
88
- POSTGRES_MULTIPLE_PASSWORDS="password1","password2","password3"
9-
- POSTGRES_USER=superrole
10-
- POSTGRES_PASSWORD=superpassword
9+
- POSTGRES_USER=postgres
10+
- POSTGRES_PASSWORD=password
1111
ports:
1212
- "5432:5432"
1313
volumes:

0 commit comments

Comments
 (0)