summary refs log tree commit diff
path: root/host/Rory-ovh/services/containers/syntest2/container.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-07-22 12:10:52 +0200
committerRory& <root@rory.gay>2025-07-22 12:10:52 +0200
commit24c51c180e97180c254e02fab0d7ff91b29b0b14 (patch)
tree7e041ea7b776042c6ba196195bc39a11ed159dd2 /host/Rory-ovh/services/containers/syntest2/container.nix
parentAllow 8008 on containers (diff)
downloadRory-Open-Architecture-24c51c180e97180c254e02fab0d7ff91b29b0b14.tar.xz
Actually listen on not 127.0.0.1...
Diffstat (limited to 'host/Rory-ovh/services/containers/syntest2/container.nix')
-rw-r--r--host/Rory-ovh/services/containers/syntest2/container.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/host/Rory-ovh/services/containers/syntest2/container.nix b/host/Rory-ovh/services/containers/syntest2/container.nix

index 489287e..7cea11f 100644 --- a/host/Rory-ovh/services/containers/syntest2/container.nix +++ b/host/Rory-ovh/services/containers/syntest2/container.nix
@@ -56,10 +56,4 @@ mountPoint = "/data/postgres"; isReadOnly = false; }; - - #bindMounts."synapse-shared-secret" = { - # hostPath = "/data/secrets/synapse-shared-secret"; - # mountPoint = "/data/secrets/synapse-shared-secret"; - # isReadOnly = false; - #}; }