1
0
Fork 0
This commit is contained in:
Daniel Kempkens 2022-07-30 23:16:43 +02:00
parent 339e6dd417
commit 544b69d914

View file

@ -2,6 +2,7 @@
virtualisation.arion.projects.webserver.settings = { virtualisation.arion.projects.webserver.settings = {
services = { services = {
ipv6nat = { ipv6nat = {
service = {
image = "robbertkl/ipv6nat:latest"; image = "robbertkl/ipv6nat:latest";
name = "ipv6nat"; name = "ipv6nat";
restart = "always"; restart = "always";
@ -16,6 +17,7 @@
"/var/run/docker.sock:/var/run/docker.sock:ro" "/var/run/docker.sock:/var/run/docker.sock:ro"
]; ];
}; };
};
ifconfig-sexy = { ifconfig-sexy = {
service = { service = {