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 445e1bc commit 309bcf4Copy full SHA for 309bcf4
.devcontainer/docker-compose.postgres.yml
@@ -30,6 +30,8 @@ services:
30
container_name: hashtopolis-db-dev
31
image: postgres:13
32
restart: always
33
+ ports:
34
+ - "5432:5432"
35
volumes:
36
- hashtopolis-db-dev:/var/lib/postgresql/data
37
environment:
0 commit comments