Skip to content

Commit

Permalink
Update docker-compose.prod.yml
Browse files Browse the repository at this point in the history
Use "external: true" in the network section

also fix the network issues in my server. See: docker/compose#10797 (comment)
  • Loading branch information
joshuanianji authored Jul 31, 2023
1 parent 8b64582 commit 6175a99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ services:
networks:
default:
name: main-network
external: true

0 comments on commit 6175a99

Please sign in to comment.