added ports instead of expose
This commit is contained in:
@@ -70,7 +70,7 @@ services:
|
||||
jellyseerr:
|
||||
image: fallenbagel/jellyseerr:latest
|
||||
container_name: jellyseerr
|
||||
expose: ["5055:5055"]
|
||||
ports: ["5055:5055"]
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
|
Reference in New Issue
Block a user