fixed my lidarr config
This commit is contained in:
parent
29d233cacf
commit
697a8cb89d
2 changed files with 4 additions and 4 deletions
Binary file not shown.
|
@ -8,14 +8,14 @@ services:
|
||||||
- /dev/net/tun:/dev/net/tun
|
- /dev/net/tun:/dev/net/tun
|
||||||
ports:
|
ports:
|
||||||
- 8686:8686
|
- 8686:8686
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
|
||||||
# managing media
|
# managing media
|
||||||
lidarr:
|
lidarr:
|
||||||
container_name: lidarr
|
container_name: lidarr
|
||||||
image: ghcr.io/hotio/lidarr
|
image: lscr.io/linuxserver/lidarr:latest
|
||||||
environment:
|
|
||||||
- UMASK=002
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./lidarr:/config
|
- ./lidarr:/config
|
||||||
- ../Music:/data
|
- ../music:/music
|
||||||
network_mode: "service:gluetun"
|
network_mode: "service:gluetun"
|
||||||
|
|
Loading…
Add table
Reference in a new issue