added ports instead of expose

This commit is contained in:
2025-09-21 18:50:51 +05:30
parent 0e30e55923
commit cfcf4c08ae

View File

@@ -70,7 +70,7 @@ services:
jellyseerr:
image: fallenbagel/jellyseerr:latest
container_name: jellyseerr
expose: ["5055:5055"]
ports: ["5055:5055"]
environment:
- PUID=${PUID}
- PGID=${PGID}