Skip to content

Commit

Permalink
Merge pull request #403 from wearepal/caddy-changes
Browse files Browse the repository at this point in the history
Add DNS configuration to Caddy service in docker-compose.yml
  • Loading branch information
paulthatjazz authored Jul 23, 2024
2 parents 751de52 + b605fba commit ede72ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ version: "3.9"
services:
caddy:
image: caddy:2
dns:
- 8.8.8.8
- 8.8.4.4
configs:
- source: caddyfile
target: /etc/caddy/Caddyfile
Expand Down

0 comments on commit ede72ef

Please sign in to comment.