mirror of
https://github.com/sbondCo/Watcharr.git
synced 2026-06-22 20:00:26 +00:00
13 lines
392 B
YAML
13 lines
392 B
YAML
services:
|
|
watcharr:
|
|
# The :latest tag is used for simplicity, it is recommended
|
|
# to use an actual version, then when updating check the releases for changelogs.
|
|
image: ghcr.io/sbondco/watcharr:latest
|
|
container_name: watcharr
|
|
ports:
|
|
- 3080:3080
|
|
volumes:
|
|
# Contains all of watcharr data (database & cache)
|
|
- ./data:/data
|
|
restart: unless-stopped
|