Skip to content

Commit

Permalink
Add external network
Browse files Browse the repository at this point in the history
  • Loading branch information
ngregrichardson committed Feb 28, 2024
1 parent e47f328 commit fdfcd07
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ services:
traefik.http.routers.portfolio.rule: Host(`iamnoah.dev`)
traefik.http.routers.portfolio.entrypoints: web
networks:
- traefik
- traefik

networks:
traefik:
external: true

0 comments on commit fdfcd07

Please sign in to comment.