Skip to content

Commit 8e46a40

Browse files
fariedtzone117x
authored andcommitted
revert: this volume change should not have been committed
1 parent d24bfe8 commit 8e46a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.dev.postgres.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
POSTGRES_DB: stacks_blockchain_api
1111
POSTGRES_PORT: 5432
1212
volumes:
13-
- ./psql-data:/var/lib/postgresql/data/
13+
- database-data:/var/lib/postgresql/data/ # persist data even if container shuts down
1414

1515
volumes:
1616
database-data:

0 commit comments

Comments
 (0)