Skip to content

Commit

Permalink
Update invitarr.yml network name
Browse files Browse the repository at this point in the history
network name substitution doesn't work in docker compose.  see moby/moby#40819 (comment)
  • Loading branch information
ookla-ariel-ride authored and doob187 committed Nov 19, 2021
1 parent be4e061 commit b30469d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mediamanager/invitarr.yml
Expand Up @@ -31,6 +31,6 @@ services:
- "traefik.http.routers.invitarr-rtr.service=invitarr-svc"
- "traefik.http.services.invitarr-svc.loadbalancer.server.port=5001"
networks:
${DOCKERNETWORK}:
proxy:
driver: bridge
external: true

0 comments on commit b30469d

Please sign in to comment.