mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-21 12:06:30 +00:00
Drop experimental and ip6tables config (#4173)
The ip6tables configuration is now enabled by default since Docker 27 (see https://github.com/moby/moby/pull/47747). The experimental config got introduced with the ip6tables flag in #2051. There is no other experimental feature used from what I am aware of, so lets remove the experimental flag as well.
This commit is contained in:
parent
b239b9152f
commit
d21679b3c6
@ -1,8 +1,6 @@
|
|||||||
{
|
{
|
||||||
"storage-driver": "overlay2",
|
"storage-driver": "overlay2",
|
||||||
"log-driver": "journald",
|
"log-driver": "journald",
|
||||||
"experimental": true,
|
|
||||||
"ip6tables": true,
|
|
||||||
"log-opts": {
|
"log-opts": {
|
||||||
"tag": "{{.Name}}"
|
"tag": "{{.Name}}"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user