Skip to content

Commit

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

0 comments on commit 3498520

Please sign in to comment.