Caddy: add NET_ADMIN as suggested in the documentation

This commit is contained in:
Marko Korhonen 2024-05-12 10:06:10 +03:00
parent 5e6e8d5f54
commit f74ec7c4c4

View file

@ -23,6 +23,7 @@ volumes = [
"/var/www/index.korhonen.cc:/var/www/index.korhonen.cc",
]
environment = ["CLOUDFLARE_EMAIL", "CLOUDFLARE_API_TOKEN", "ACME_AGREE=true"]
cap_add = ["NET_ADMIN"]
[networks.proxy]
external = true