From 831ddd30558d9015f9219ae28384a414d7b73bf6 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 27 Jan 2022 09:57:49 +0100 Subject: [PATCH] Some fixes --- app/core/deploy/core.hcl | 3 +-- app/docker-compose.yml | 2 +- app/jitsi/build/jitsi-videobridge/Dockerfile | 2 +- app/jitsi/deploy/jitsi.hcl | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/core/deploy/core.hcl b/app/core/deploy/core.hcl index f04f864..0c1792b 100644 --- a/app/core/deploy/core.hcl +++ b/app/core/deploy/core.hcl @@ -18,7 +18,7 @@ job "core" { driver = "docker" config { - image = "darkgallium/amd64_diplonat:v3" + image = "lxpz/amd64_diplonat:3" network_mode = "host" readonly_rootfs = true privileged = true @@ -33,7 +33,6 @@ job "core" { template { data = <