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 819c745 commit 83359feCopy full SHA for 83359fe
1 file changed
docker-compose.yml
@@ -5,7 +5,7 @@ services:
5
container_name: postgresql_database
6
image: postgres:latest
7
volumes:
8
- - postgresql_database_data:/var/lib/postgresql/data
+ - postgresql_database_data:/var/lib/postgresql
9
restart: always
10
ports:
11
- 5432:5432
0 commit comments