fix ports

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-06-19 16:23:50 -04:00 committed by Alice Huston
parent 74d814147a
commit 9e0591a695

View File

@ -60,9 +60,8 @@ in
TZ = "America/New_York";
};
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
# ports = [ "5055:5055" ]; # Web UI port
ports = [ "5055:5055" ]; # Web UI port
dependsOn = [
"radarr"
"sonarr"