I think I fixed it
the caddy volumes that is
This commit is contained in:
parent
afd547b488
commit
4f611b3526
1 changed files with 2 additions and 5 deletions
|
@ -11,8 +11,7 @@ services:
|
|||
- cache
|
||||
volumes:
|
||||
- dweebui:/app
|
||||
- ./caddyfiles/Caddyfile:/app/caddyfiles/Caddyfile
|
||||
- ./caddyfiles/sites:/app/caddyfiles/sites
|
||||
- caddy:/app/caddyfiles
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
cache:
|
||||
container_name: DweebCache
|
||||
|
@ -31,9 +30,7 @@ services:
|
|||
volumes:
|
||||
- caddy:/data
|
||||
- caddy:/config
|
||||
- ./caddyfiles/Caddyfile:/etc/caddy/Caddyfile
|
||||
- ./caddyfiles/sites:/etc/caddy/sites
|
||||
|
||||
- caddy:/etc/caddy:ro
|
||||
volumes:
|
||||
dweebui:
|
||||
cache:
|
||||
|
|
Loading…
Add table
Reference in a new issue