1
0
mirror of https://github.com/akpall/akpella.git synced 2026-02-21 16:47:00 +00:00
Files
akpella/files/etc/containers/policy.json

9 lines
173 B
JSON

{
"default": [{"type": "reject"}],
"transports": {
"docker": {
"docker.io/library/caddy": [{"type": "insecureAcceptAnything"}]
}
}
}