Skip to content

Commit

Permalink
Update bazarr.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 committed Nov 19, 2021
1 parent 40c8da8 commit 2a40cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mediamanager/bazarr.yml
Expand Up @@ -32,7 +32,7 @@ services:
- "traefik.http.routers.bazarr-rtr.service=bazarr-svc"
- "traefik.http.services.bazarr-svc.loadbalancer.server.port=6767"
networks:
${DOCKERNETWORK}:
proxy:
driver: bridge
external: true
volumes:
Expand Down

0 comments on commit 2a40cba

Please sign in to comment.