Add DNS configuration for Caddy service in docker-compose.yml
Deploy mini-pc / deploy (push) Successful in 3s
Deploy mini-pc / deploy (push) Successful in 3s
This commit is contained in:
@@ -4,7 +4,9 @@ services:
|
||||
container_name: caddy
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "80:80"
|
||||
|
||||
Reference in New Issue
Block a user