1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/urlwatch/docker-compose.yml
2021-10-25 12:08:10 +08:00

8 lines
138 B
YAML

version: "3.8"
services:
urlwatch:
image: vimagick/urlwatch
volumes:
- ./data:/root/.urlwatch
restart: unless-stopped