mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
10 lines
182 B
YAML
10 lines
182 B
YAML
version: "3.8"
|
|
services:
|
|
urlwatch:
|
|
image: vimagick/urlwatch
|
|
volumes:
|
|
- ./data:/root/.urlwatch
|
|
environment:
|
|
- EDITOR=/usr/bin/vi
|
|
restart: unless-stopped
|