We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a701869 commit 967891bCopy full SHA for 967891b
docker-compose.yaml
@@ -72,7 +72,7 @@ services:
72
build:
73
context: postgres/
74
environment:
75
- POSTGERS_PASSWORD: '${POSTGRES_PASSWORD}'
+ POSTGRES_PASSWORD: '${POSTGRES_PASSWORD}'
76
POSTGRES_USER: 'mapswipe_workers'
77
POSTGRES_DB: 'mapswipe'
78
PGDATA: '/var/lib/postgresql/mapswipe'
@@ -81,7 +81,7 @@ services:
81
# Set options for WAL-G (backup tool)
82
command: postgres -c archive_mode=on -c archive_timeout=60 -c archive_command="/archive_command.sh %p"
83
volumes:
84
- - ./postgres-data:/var/lib/postgresql/mapswipe
+ - ./postgres-data:/var/lib/postgresql/mapswipe
85
restart: unless-stopped
86
ports:
87
- "5432:5432"
0 commit comments