kd2org / karadav

Lightweight NextCloud compatible WebDAV server
https://fossil.kd2.org/karadav/
GNU Affero General Public License v3.0
155 stars 14 forks source link

docker: fix cmd not working without php symlink #59

Closed Bnyro closed 5 months ago

Bnyro commented 5 months ago

This fixes #58

Alpine only symlinks the most recent PHP version (8.3) to the php package now in order and not older versions. As we probably want to keep setting the PHP version ourselves, the best way probably is to specify the php version in the CMD command and change it when updating PHP in the Dockerfile.

Awesome project btw!

bohwaz commented 5 months ago

Alright, thank you!