I think I fixed it

the caddy volumes that is
This commit is contained in:
lllllllillllllillll 2023-11-17 16:38:28 -08:00 committed by GitHub
parent afd547b488
commit 4f611b3526
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: