linkdingsync/examples/linkding/docker-compose.yml
Aytac Kirmizi fdcfba3c90 **update** README.md
**update** examples/linkding/docker-compose.yml
**update** examples/wallabag/docker-compose.yml
2023-02-02 16:39:05 +01:00

14 lines
294 B
YAML

version: '3.9'
services:
linkdingupdater:
image: ghcr.io/spaytac/linkding-updater:latest
volumes:
- ./config.yml:/app/data/config.yml
# env_file:
# - .env
environment:
- Worker__Intervall=0
- Linkding__Url=https://<url>
- Linkding__Key=<secret>