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
parent 819cf39acc
commit f0b8725935
No known key found for this signature in database
GPG Key ID: 1FACF4075E3212F7

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"