Files
Docker-Compose/Random_Containers/watcharr/compose.yaml
T

15 lines
319 B
YAML
Raw Normal View History

2025-11-28 21:00:19 +00:00
services:
watcharr:
image: ghcr.io/sbondco/watcharr:latest
container_name: watcharr
#ports:
# - 3080:3080
2025-11-28 21:00:19 +00:00
volumes:
# Contains all of watcharr data (database & cache)
- /srv/docker/watcharr/data:/data
restart: unless-stopped
networks:
default:
external: true
name: nginx