Skip to content

Commit b2bf66b

Browse files
committed
use non alpine version
1 parent 62e31b9 commit b2bf66b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
version: "3.8"
2-
31
services:
42
geocodeur-db:
5-
image: "postgis/postgis:17-3.5-alpine"
3+
image: "postgis/postgis:17-3.5"
64
container_name: "geocodeur-db"
75
environment:
86
POSTGRES_USER: postgres
@@ -12,6 +10,8 @@ services:
1210
- "5432:5432"
1311
volumes:
1412
- geocodeur_data:/var/lib/postgresql/data
13+
- ./config/postgresql.conf:/etc/postgresql/postgresql.conf
14+
command: ["-c", "config_file=/etc/postgresql/postgresql.conf"]
1515

1616
volumes:
1717
geocodeur_data:

0 commit comments

Comments
 (0)