fix: allow web container to reach Caddy admin API by adding origins
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{
|
||||
admin 0.0.0.0:2019
|
||||
admin 0.0.0.0:2019 {
|
||||
origins caddy:2019 localhost:2019 localhost
|
||||
}
|
||||
}
|
||||
|
||||
# Default HTTP-only site to avoid certificate errors on startup
|
||||
|
||||
Reference in New Issue
Block a user