Skip to content

Commit

Permalink
fix: infra
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBasically committed Sep 7, 2023
1 parent 64ce905 commit 31aa30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/dashboard/docker-compose.infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:
postgres:
image: postgres:14
ports:
- 5432:5432
- 127.0.0.1:5432:5432
environment:
- POSTGRES_USER=${PGUSER:-postgres}
- POSTGRES_PASSWORD=${PGPASSWORD:-yearn-exporter}
Expand Down

0 comments on commit 31aa30a

Please sign in to comment.