Skip to content

Commit 6c24730

Browse files
committed
feat: Add correct mount point for docker
1 parent 314f86b commit 6c24730

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ services:
3434
- redis_data:/data
3535
restart: unless-stopped
3636
postgres:
37-
# 5432
3837
image: postgres:latest
3938
secrets:
4039
- postgres_user
@@ -43,7 +42,7 @@ services:
4342
- POSTGRES_PASSWORD_FILE=/run/secrets/postgres_password
4443
- POSTGRES_USER_FILE=/run/secrets/postgres_user
4544
volumes:
46-
- postgres_data:/var/lib/postgresql/data
45+
- postgres_data:/var/lib/postgresql/
4746
restart: unless-stopped
4847
volumes:
4948
postgres_data:

0 commit comments

Comments
 (0)