Skip to content

Commit

Permalink
Fix naming issue in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Anorhayz committed Nov 16, 2023
1 parent 6dc29eb commit 7c08a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
PGPASSWORD: ${PG_PASSWORD}
PGUSER: ${PG_USER}
ports:
- ${BD_PORT}:5432
- ${DB_PORT}:5432
pgadmin4:
container_name: forum_pgadmin4
image: dpage/pgadmin4
Expand Down

0 comments on commit 7c08a5a

Please sign in to comment.