Add IPv6 support for upcoming supervisor

This commit is contained in:
Pascal Vizeli 2022-08-11 09:20:28 +02:00 committed by GitHub
parent 7ffcc23818
commit ac778ecb9a
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
} }