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 8950985 commit f700707Copy full SHA for f700707
compose.yml
@@ -9,7 +9,7 @@ services:
9
volumes:
10
- ./postgres:/data/postgres
11
ports:
12
- - "5932:5432"
+ - "5432:5432"
13
restart: always
14
pgadmin:
15
profiles: ["all", "db", "infra"]
0 commit comments