Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek9686 authored Jan 16, 2025
1 parent cdfcdf4 commit 77d5705
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,8 @@ services:
- caddy_data:/data
- caddy_conf:/config
ports:
- "$SERVER_HOST:80:80/tcp"
- "$SERVER_HOST:443:443/tcp"
#uncomment to enable IPv6 communication
# - "$SERVER_HOST6:80:80/tcp"
# - "$SERVER_HOST6:443:443/tcp"
- "80:80"
- "443:443"

coredns:
#network_mode: host
Expand Down

0 comments on commit 77d5705

Please sign in to comment.