Fix
This commit is contained in:
parent
339e6dd417
commit
544b69d914
1 changed files with 14 additions and 12 deletions
|
@ -2,6 +2,7 @@
|
|||
virtualisation.arion.projects.webserver.settings = {
|
||||
services = {
|
||||
ipv6nat = {
|
||||
service = {
|
||||
image = "robbertkl/ipv6nat:latest";
|
||||
name = "ipv6nat";
|
||||
restart = "always";
|
||||
|
@ -16,6 +17,7 @@
|
|||
"/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
ifconfig-sexy = {
|
||||
service = {
|
||||
|
|
Loading…
Reference in a new issue