Caddy: add NET_ADMIN as suggested in the documentation
This commit is contained in:
parent
81f884a376
commit
4bbafb42ff
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ volumes = [
|
||||||
"/var/www/index.korhonen.cc:/var/www/index.korhonen.cc",
|
"/var/www/index.korhonen.cc:/var/www/index.korhonen.cc",
|
||||||
]
|
]
|
||||||
environment = ["CLOUDFLARE_EMAIL", "CLOUDFLARE_API_TOKEN", "ACME_AGREE=true"]
|
environment = ["CLOUDFLARE_EMAIL", "CLOUDFLARE_API_TOKEN", "ACME_AGREE=true"]
|
||||||
|
cap_add = ["NET_ADMIN"]
|
||||||
|
|
||||||
[networks.proxy]
|
[networks.proxy]
|
||||||
external = true
|
external = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue