1
0
Fork 0

Remove diun config

Diun skips local containers¹ but dokku create them on the machines, so
it's useless to add diun's labels.

¹ https://github.com/crazy-max/diun/blob/v4.22.0/internal/provider/docker/container.go#L50-L56
This commit is contained in:
Daniele Tricoli 2022-09-18 04:49:44 +02:00
parent d2a70e1b45
commit 3ba42f1af9
1 changed files with 0 additions and 7 deletions

View File

@ -1,8 +1 @@
FROM sissbruecker/linkding:1.15.0
# Diun
LABEL diun.enable=true
LABEL diun.watch_repo=true
LABEL diun.max_tags=10
LABEL diun.exclude_tags="latest;test"