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 5ea5613 commit 25a5510Copy full SHA for 25a5510
docker/docker-compose.yml
@@ -18,7 +18,7 @@ services:
18
volumes:
19
- ../sql:/docker-entrypoint-initdb.d
20
# Optionally persist the data between container invocations
21
- - postgresVolume:/var/lib/postgresql/data
+ # - postgresVolume:/var/lib/postgresql/data
22
- ./postgresql.conf:/etc/postgresql/postgresql.conf
23
command: postgres -c config_file=/etc/postgresql/postgresql.conf # -c log_statement=all
24
@@ -85,5 +85,5 @@ services:
85
- redis
86
- postgres
87
88
-volumes:
89
- postgresVolume:
+# volumes:
+# postgresVolume:
0 commit comments