LibreBooking / docker

Librebooking as a docker container
GNU General Public License v3.0
11 stars 12 forks source link

Container from image 2.0 does not restart #43

Closed colisee closed 1 year ago

colisee commented 1 year ago

Context

docker start xxx fails when linking file /config/config.php

Workaround

If the container is stopped, then it must be removed and created again, as in: docker stop --force xxx && docker run xxx

Final fix

The linking of file /config/config.php must take place only if file /var/www/html/config/config.php does not exist