From 9fcffedcf11a88cd6c5d90520ac2a4ab0bdf79dc Mon Sep 17 00:00:00 2001 From: Lio Date: Mon, 12 Jul 2021 18:03:51 +0200 Subject: [PATCH] what the fuck is breaking now --- docker-compose.yml | 13 ++++++------- lantern | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e73921e..83c0fc8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,19 +28,18 @@ services: restart: always hostname: cadaver dns: - - 1.1.1.1 - - 1.0.0.1 - network_mode: "bridge" + - 1.1.1.1 + - 1.0.0.1 build: . ports: - - 3621:3621 + - 3621:3621 depends_on: - prometheus volumes: - ./config.ts:/opt/thaldrin/config.ts - # networks: - # - lantern - # - default + networks: + - lantern + - default networks: lantern: external: true diff --git a/lantern b/lantern index 20e6984..0c6e6ac 160000 --- a/lantern +++ b/lantern @@ -1 +1 @@ -Subproject commit 20e6984e00ce3ea1fbcba5c0ac8d8870db88f2a4 +Subproject commit 0c6e6acc49d3226abcaffa44fc158f908cafd615