Skip to content

Commit

Permalink
Merge pull request #132 from ArttuKuikka/Dev
Browse files Browse the repository at this point in the history
fix compose to not create new network
  • Loading branch information
ArttuKuikka authored Dec 26, 2024
2 parents 77a973c + f1c09fd commit 256be98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ services:
- JWT_Secret=ChangeTheSecret
- StaticContentHost=https://kouluruokalista.fi
- InfoTV_Mainos_URL=https://kouluruokalista.fi/static/app_mainos.png
networks:
- bridge
networks:
bridge:
external: true

0 comments on commit 256be98

Please sign in to comment.