mirror of
https://github.com/DoTheEvo/selfhosted-apps-docker.git
synced 2026-07-03 14:06:40 +02:00
update
This commit is contained in:
+7
-1
@@ -139,7 +139,7 @@ services:
|
||||
environment:
|
||||
- MY_DOMAIN
|
||||
volumes:
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile:ro
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
||||
- ./data:/data
|
||||
- ./config:/config
|
||||
|
||||
@@ -284,6 +284,12 @@ There's also other possible issues, like bad port forwarding towards docker host
|
||||
`docker exec -w /etc/caddy caddy caddy reload` reloads config
|
||||
if you made changes and want them to take effect.
|
||||
|
||||
*extra info2:*<br>
|
||||
caddy can complain about formatting of the `Caddyfile`<br>
|
||||
this executed on the host will let caddy overwrite the Caddyfile with
|
||||
correct formatting
|
||||
`docker exec -w /etc/caddy caddy caddy fmt -overwrite`
|
||||
|
||||
# Caddy more info and various configurations
|
||||
|
||||
##### Caddyfile structure:
|
||||
|
||||
Reference in New Issue
Block a user