mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:02 +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
|