Fix
This commit is contained in:
parent
339e6dd417
commit
544b69d914
1 changed files with 14 additions and 12 deletions
|
@ -2,19 +2,21 @@
|
|||
virtualisation.arion.projects.webserver.settings = {
|
||||
services = {
|
||||
ipv6nat = {
|
||||
image = "robbertkl/ipv6nat:latest";
|
||||
name = "ipv6nat";
|
||||
restart = "always";
|
||||
networks = [ "web" ];
|
||||
capabilities = {
|
||||
ALL = false;
|
||||
NET_ADMIN = true;
|
||||
NET_RAW = true;
|
||||
service = {
|
||||
image = "robbertkl/ipv6nat:latest";
|
||||
name = "ipv6nat";
|
||||
restart = "always";
|
||||
networks = [ "web" ];
|
||||
capabilities = {
|
||||
ALL = false;
|
||||
NET_ADMIN = true;
|
||||
NET_RAW = true;
|
||||
};
|
||||
network_mode = "host";
|
||||
volumes = [
|
||||
"/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||
];
|
||||
};
|
||||
network_mode = "host";
|
||||
volumes = [
|
||||
"/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||
];
|
||||
};
|
||||
|
||||
ifconfig-sexy = {
|
||||
|
|
Loading…
Reference in a new issue