add dns entries

This commit is contained in:
2024-05-31 16:05:25 -05:00
parent 363057dada
commit 51ca8974df
8 changed files with 33 additions and 0 deletions

View File

@@ -2,6 +2,9 @@ services:
traefik:
command: traefik
container_name: traefik
dns:
- 127.0.0.1
- 1.1.1.1
env_file:
- .env
image: docker.io/traefik:v3.0