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 4a076e6 commit 445e1bcCopy full SHA for 445e1bc
.devcontainer/docker-compose.postgres.yml
@@ -31,7 +31,7 @@ services:
31
image: postgres:13
32
restart: always
33
volumes:
34
- - db:/var/lib/postgresql/data
+ - hashtopolis-db-dev:/var/lib/postgresql/data
35
environment:
36
POSTGRES_DB: hashtopolis
37
POSTGRES_USER: hashtopolis
0 commit comments