Compare commits

...

6 Commits

Author SHA1 Message Date
Lio Young 96696ff901 i have no idea why the fuck it's breaking now 2021-07-12 18:19:06 +02:00
Lio Young 7aff0ee4a7 hate 2021-07-12 18:11:38 +02:00
Lio Young 4ac0c31b8a fix? 2021-07-12 18:06:45 +02:00
Lio 9fcffedcf1 what the fuck is breaking now 2021-07-12 18:03:51 +02:00
Lio Young 88bc4fb905 pain 2021-07-12 13:23:30 +02:00
Lio Young edb6420ac6 dns and docker can suck my nuts 2021-07-12 13:21:51 +02:00
2 changed files with 8 additions and 4 deletions

View File

@ -27,6 +27,10 @@ services:
container_name: thaldrin
restart: always
hostname: cadaver
dns:
- 1.1.1.1
- 1.0.0.1
network_mode: "bridge"
build: .
ports:
- 3621:3621
@ -34,9 +38,9 @@ services:
- prometheus
volumes:
- ./config.ts:/opt/thaldrin/config.ts
networks:
- lantern
- default
# networks:
# - lantern
# - default
networks:
lantern:
external: true

@ -1 +1 @@
Subproject commit 20e6984e00ce3ea1fbcba5c0ac8d8870db88f2a4
Subproject commit 0c6e6acc49d3226abcaffa44fc158f908cafd615