Files
k3s-ansible/roles/changedetection/install-app/templates/docker-compose.yml
T
2023-04-19 15:50:07 +01:00

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