Skip to content

Commit 25a5510

Browse files
committed
Disable persistent docker volume
1 parent 5ea5613 commit 25a5510

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
volumes:
1919
- ../sql:/docker-entrypoint-initdb.d
2020
# Optionally persist the data between container invocations
21-
- postgresVolume:/var/lib/postgresql/data
21+
# - postgresVolume:/var/lib/postgresql/data
2222
- ./postgresql.conf:/etc/postgresql/postgresql.conf
2323
command: postgres -c config_file=/etc/postgresql/postgresql.conf # -c log_statement=all
2424

@@ -85,5 +85,5 @@ services:
8585
- redis
8686
- postgres
8787

88-
volumes:
89-
postgresVolume:
88+
# volumes:
89+
# postgresVolume:

0 commit comments

Comments
 (0)