mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
wrong port redirection
This commit is contained in:
parent
74c40487fb
commit
0ea7f7605d
|
@ -6,7 +6,7 @@
|
|||
sonarrAnime = {
|
||||
image = "lscr.io/linuxserver/sonarr:latest";
|
||||
volumes = [ "sonarr_data:/config" "/srv/Multimedia/SeriesTV:/tv" "/srv/Multimedia/Torrents:/downloads" ];
|
||||
ports = [ "8999:80" ];
|
||||
ports = [ "8999:8989" ];
|
||||
environment = {
|
||||
"PUID" = "1000";
|
||||
"GUID" = "1000";
|
||||
|
|
Loading…
Reference in a new issue