Add IPv6 support for upcoming supervisor (#229)

This commit is contained in:
Pascal Vizeli 2022-08-11 22:09:34 +02:00 committed by GitHub
parent 7ffcc23818
commit 45a38d1fc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,6 @@
{ {
"log-driver": "journald", "log-driver": "journald",
"storage-driver": "overlay2" "storage-driver": "overlay2",
} "ip6tables": true,
"experimental": true
}