add new dns entries

This commit is contained in:
Lio Young 2021-10-21 21:18:13 +02:00
parent 74d0379885
commit e2be3a994f
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,9 @@ services:
hostname: cultum
restart: always
network_mode: "bridge"
dns:
- 1.1.1.1
- 1.0.0.1
ports:
- 80:80
volumes:
@ -18,5 +21,8 @@ services:
- cultum
restart: always
network_mode: "bridge"
dns:
- 1.1.1.1
- 1.0.0.1
volumes:
- ./config.ts:/opt/thaldrin/config.ts