diff --git a/hosts/heather/arion-compose.nix b/hosts/heather/arion-compose.nix index 496516f..4e7cf25 100644 --- a/hosts/heather/arion-compose.nix +++ b/hosts/heather/arion-compose.nix @@ -365,7 +365,6 @@ in service.restart = "unless-stopped"; service.ports = [ "10000:10000/udp" - "127.0.0.1:8080:8080" ]; service.volumes = [ "jitsi-jvb-config:/config" ]; service.depends_on = [ "jitsi-prosody" ];