12 lines
198 B
YAML
12 lines
198 B
YAML
version: "3.1"
|
|
|
|
services:
|
|
app:
|
|
image: dgtlmoon/changedetection.io
|
|
container_name: changedetection
|
|
restart: always
|
|
environment:
|
|
TZ: Europe/Lisbon
|
|
ports:
|
|
- 5000:5000
|