We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314f86b commit 6c24730Copy full SHA for 6c24730
1 file changed
docker-compose.yml
@@ -34,7 +34,6 @@ services:
34
- redis_data:/data
35
restart: unless-stopped
36
postgres:
37
- # 5432
38
image: postgres:latest
39
secrets:
40
- postgres_user
@@ -43,7 +42,7 @@ services:
43
42
- POSTGRES_PASSWORD_FILE=/run/secrets/postgres_password
44
- POSTGRES_USER_FILE=/run/secrets/postgres_user
45
volumes:
46
- - postgres_data:/var/lib/postgresql/data
+ - postgres_data:/var/lib/postgresql/
47
48
49
postgres_data:
0 commit comments