diff options
author | Rory& <root@rory.gay> | 2024-07-23 13:03:21 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-23 13:03:21 +0200 |
commit | 396d802961dfaac7a9fcb7b5e795a250ff44284d (patch) | |
tree | 19c191d4bc268ce367bcb9b1dd151c727810948d | |
parent | ; (diff) | |
download | Rory-Open-Architecture-396d802961dfaac7a9fcb7b5e795a250ff44284d.tar.xz |
Maybe without IPv6?
-rwxr-xr-x | host/Rory-nginx/services/containers/draupnir-cme/container.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-nginx/services/containers/draupnir-cme/container.nix b/host/Rory-nginx/services/containers/draupnir-cme/container.nix index 1f72a05..75ce709 100755 --- a/host/Rory-nginx/services/containers/draupnir-cme/container.nix +++ b/host/Rory-nginx/services/containers/draupnir-cme/container.nix @@ -30,8 +30,8 @@ }; hostAddress = "192.168.100.16"; localAddress = "192.168.100.17"; - hostAddress6 = "fc00::3"; - localAddress6 = "fc00::4"; + #hostAddress6 = "fc00::3"; + #localAddress6 = "fc00::4"; bindMounts."draupnir-access-token" = { hostPath = "/etc/draupnir-cme-access-token"; |