fix ports
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
819cf39acc
commit
f0b8725935
@ -60,9 +60,8 @@ in
|
|||||||
TZ = "America/New_York";
|
TZ = "America/New_York";
|
||||||
};
|
};
|
||||||
volumes = [ "/ZFS/Media/Docker/Docker/Storage/overseerr:/config" ];
|
volumes = [ "/ZFS/Media/Docker/Docker/Storage/overseerr:/config" ];
|
||||||
# commenting this out for now for setup purposes.
|
|
||||||
# TODO: remove ports later since this is going through web
|
# TODO: remove ports later since this is going through web
|
||||||
# ports = [ "5055:5055" ]; # Web UI port
|
ports = [ "5055:5055" ]; # Web UI port
|
||||||
dependsOn = [
|
dependsOn = [
|
||||||
"radarr"
|
"radarr"
|
||||||
"sonarr"
|
"sonarr"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user