Skip to content

Commit

Permalink
fix: novpn (#16)
Browse files Browse the repository at this point in the history
fix novpn with traefik and plex
  • Loading branch information
sogladev authored Dec 9, 2024
1 parent 0466882 commit ad645aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docker-compose-novpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,8 @@ services:
- /media/${USER}/Data/media/tv:/tv
- /media/${USER}/Data/media/movies:/movies
- /media/${USER}/Data/media/muziek:/muziek
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Brussels
- UMASK_SET=022
- VERSION=latest
env_file:
- stack.env
ports:
- '0.0.0.0:32400:32400'
restart: unless-stopped
Expand Down
2 changes: 2 additions & 0 deletions traefik/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
# watch: true
network: "proxy" # required for novpn?
file:
filename: /config.yml

Expand Down

0 comments on commit ad645aa

Please sign in to comment.