Skip to content

Commit

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

0 comments on commit e47f328

Please sign in to comment.