WisdomSky / CasaOS-Coolstore

Just an another CasaOS third-party Appstore with ❄Cool❄ apps.
164 stars 10 forks source link

[Not Working] Caddy incorrect volume bindings #53

Closed Jerakin closed 5 months ago

Jerakin commented 8 months ago

Description

Caddy host binds are not correct

The bindings are

source: /DATA/AppData/$AppID/caddyfile
target: /etc/caddy/caddyfile

but caddy requires the caddyfile to be capitalized, this would be correct.

source: /DATA/AppData/$AppID/Caddyfile
target: /etc/caddy/Caddyfile

Maybe there is issues with the fact isn't an extension is an issue for compose?

I fixed this locally by going into the settings on the container in CasaOS and changing it to

source: /DATA/AppData/$AppID/caddyfile/Caddyfile
target: /etc/caddy/Caddyfile
WisdomSky commented 5 months ago

Fixed.