Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
uncomment dns definitions
  • Loading branch information
l4rm4nd authored Jan 11, 2024
1 parent 69137a3 commit 3ef40e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/headscale/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ services:
restart: unless-stopped
expose:
- 80
dns:
- 192.168.178.99
#dns:
# - 1.1.1.1
labels:
- traefik.enable=true
- traefik.http.middlewares.limit.buffering.maxRequestBodyBytes=50000000 # optional, only necessary for enabled file uploads
Expand Down

0 comments on commit 3ef40e5

Please sign in to comment.