Skip to content

Commit 967891b

Browse files
author
matthias_schaub
committed
fix typo
1 parent a701869 commit 967891b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ services:
7272
build:
7373
context: postgres/
7474
environment:
75-
POSTGERS_PASSWORD: '${POSTGRES_PASSWORD}'
75+
POSTGRES_PASSWORD: '${POSTGRES_PASSWORD}'
7676
POSTGRES_USER: 'mapswipe_workers'
7777
POSTGRES_DB: 'mapswipe'
7878
PGDATA: '/var/lib/postgresql/mapswipe'
@@ -81,7 +81,7 @@ services:
8181
# Set options for WAL-G (backup tool)
8282
command: postgres -c archive_mode=on -c archive_timeout=60 -c archive_command="/archive_command.sh %p"
8383
volumes:
84-
- ./postgres-data:/var/lib/postgresql/mapswipe
84+
- ./postgres-data:/var/lib/postgresql/mapswipe
8585
restart: unless-stopped
8686
ports:
8787
- "5432:5432"

0 commit comments

Comments
 (0)