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

8 lines
138 B
YAML
Raw Normal View History

2021-10-25 06:08:10 +02:00
version: "3.8"
2021-01-20 02:51:16 +02:00
services:
urlwatch:
image: vimagick/urlwatch
volumes:
- ./data:/root/.urlwatch
2021-10-25 06:08:10 +02:00
restart: unless-stopped