Skip to content

Commit 83359fe

Browse files
committed
Update persistent data dir for Postgres
1 parent 819c745 commit 83359fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
container_name: postgresql_database
66
image: postgres:latest
77
volumes:
8-
- postgresql_database_data:/var/lib/postgresql/data
8+
- postgresql_database_data:/var/lib/postgresql
99
restart: always
1010
ports:
1111
- 5432:5432

0 commit comments

Comments
 (0)