Skip to content

Commit f700707

Browse files
Update compose.yml
1 parent 8950985 commit f700707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
volumes:
1010
- ./postgres:/data/postgres
1111
ports:
12-
- "5932:5432"
12+
- "5432:5432"
1313
restart: always
1414
pgadmin:
1515
profiles: ["all", "db", "infra"]

0 commit comments

Comments
 (0)