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 committed by Alice Huston
parent 1be01f2f9d
commit a772dcba03

View File

@ -139,7 +139,7 @@ in
TZ = "America/New_York";
};
volumes = [ "/ZFS/Media/Docker/Docker/Storage/overseerr:/config" ];
ports = [ "5055:5055" ];
ports = [ "5055:5055" ]; # Web UI port
autoStart = true;
};
}