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