Skip to content

Commit

Permalink
refactor: rename container network so that functionality is more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanemachine committed Oct 6, 2023
1 parent de5f272 commit 0c8a7f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions support/containers/compose.phoenix-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ services:
depends_on:
- "postgres"
networks:
- "phoenix-todo-list"
- "postgres"
postgres:
networks:
- "phoenix-todo-list"
- "postgres"
ports:
- "5432"

networks:
phoenix-todo-list:
postgres:

0 comments on commit 0c8a7f4

Please sign in to comment.