We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e31b9 commit b2bf66bCopy full SHA for b2bf66b
docker-compose.yml
@@ -1,8 +1,6 @@
1
-version: "3.8"
2
-
3
services:
4
geocodeur-db:
5
- image: "postgis/postgis:17-3.5-alpine"
+ image: "postgis/postgis:17-3.5"
6
container_name: "geocodeur-db"
7
environment:
8
POSTGRES_USER: postgres
@@ -12,6 +10,8 @@ services:
12
10
- "5432:5432"
13
11
volumes:
14
- geocodeur_data:/var/lib/postgresql/data
+ - ./config/postgresql.conf:/etc/postgresql/postgresql.conf
+ command: ["-c", "config_file=/etc/postgresql/postgresql.conf"]
15
16
17
geocodeur_data:
0 commit comments