mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-03-03 15:02:13 +02:00
8 lines
138 B
YAML
8 lines
138 B
YAML
version: "3.8"
|
|
services:
|
|
urlwatch:
|
|
image: vimagick/urlwatch
|
|
volumes:
|
|
- ./data:/root/.urlwatch
|
|
restart: unless-stopped
|