fix: site volume issue

This commit is contained in:
SauravDhakal
2026-04-01 21:24:38 +05:45
parent 457ec43c8a
commit 29913c972f
2 changed files with 2 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ ci.sauravdhakal.com.np {
}
# Your site — public, with caching
sauravdhakal.com.np {
sauravdhakal.com.np, www.sauravdhakal.com.np {
root * /home/saurav/site/public
# This is where you learn caching

View File

@@ -8,6 +8,7 @@ services:
- ../caddy/Caddyfile:/etc/caddy/Caddyfile
- ../caddy/data:/data
- ../caddy/config:/config
- /home/saurav/site/public:/home/saurav/site/public:ro # Mount your portfolio site (read-only)
network_mode: host # Caddy sees ALL host interfaces including Netbird
networks: