add comment for overseerr port

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-06-19 16:15:04 -04:00
parent c4c06d2337
commit e24e45a947
No known key found for this signature in database
GPG Key ID: 1FACF4075E3212F7

View File

@ -139,7 +139,7 @@ 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" ];
ports = [ "5055:5055" ]; ports = [ "5055:5055" ]; # Web UI port
autoStart = true; autoStart = true;
}; };
} }