mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
13 lines
245 B
YAML
13 lines
245 B
YAML
services:
|
|
jellyseerr:
|
|
container_name: jellyseerr
|
|
image: ${JELLYSEERR_IMAGE}
|
|
ports:
|
|
- "5055:5055"
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- UMASK=002
|
|
- TZ=${TZ}
|
|
volumes:
|
|
- ${VOL_PATH}:/config |