fix: site volume issue
This commit is contained in:
@@ -86,7 +86,7 @@ ci.sauravdhakal.com.np {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Your site — public, with caching
|
# Your site — public, with caching
|
||||||
sauravdhakal.com.np {
|
sauravdhakal.com.np, www.sauravdhakal.com.np {
|
||||||
root * /home/saurav/site/public
|
root * /home/saurav/site/public
|
||||||
|
|
||||||
# This is where you learn caching
|
# This is where you learn caching
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ services:
|
|||||||
- ../caddy/Caddyfile:/etc/caddy/Caddyfile
|
- ../caddy/Caddyfile:/etc/caddy/Caddyfile
|
||||||
- ../caddy/data:/data
|
- ../caddy/data:/data
|
||||||
- ../caddy/config:/config
|
- ../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
|
network_mode: host # Caddy sees ALL host interfaces including Netbird
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user