Skip to content

Commit

Permalink
add dns to docker imgs (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso authored Nov 21, 2024
2 parents 0b0fc63 + 032d252 commit 6295240
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker/docker-compose.provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,16 @@ networks:
config:
- subnet: 172.18.0.0/16
gateway: 172.18.0.1
dns:
- 8.8.8.8
- 1.1.1.1
- 208.67.222.222
external:
name: external
dns:
- 8.8.8.8
- 1.1.1.1
- 208.67.222.222
volumes:
caddy_data:
caddy_config:

0 comments on commit 6295240

Please sign in to comment.