mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
14 lines
259 B
YAML
14 lines
259 B
YAML
services:
|
|
sonarr:
|
|
image: ${SONARR_IMAGE}
|
|
ports:
|
|
- "8989:8989"
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- UMASK=002
|
|
- TZ=${TZ}
|
|
volumes:
|
|
- ${VOL_PATH}/sonarr/config:/config
|
|
- ${VOL_PATH}/sonarr/data:/data
|