1
0
Fork 0

Do not add ipv6nat container to custom network

This commit is contained in:
Daniel Kempkens 2022-07-30 23:42:34 +02:00
parent 8a103ec796
commit 3a489b7851

View file

@ -22,6 +22,7 @@
service = {
image = "ghcr.io/nifoc/ifconfig.sexy-caddy:master";
restart = "always";
networks = [ "webserver" ];
};
};
};