Closed colisee closed 1 year ago
docker start xxx fails when linking file /config/config.php
docker start xxx
/config/config.php
If the container is stopped, then it must be removed and created again, as in: docker stop --force xxx && docker run xxx
docker stop --force xxx && docker run xxx
The linking of file /config/config.php must take place only if file /var/www/html/config/config.php does not exist
/var/www/html/config/config.php
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