Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container from image 2.0 does not restart #43

Closed
colisee opened this issue Jun 23, 2023 · 0 comments · Fixed by #44
Closed

Container from image 2.0 does not restart #43

colisee opened this issue Jun 23, 2023 · 0 comments · Fixed by #44
Assignees
Labels
bug Something isn't working

Comments

@colisee
Copy link
Collaborator

colisee commented Jun 23, 2023

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

@colisee colisee self-assigned this Jun 23, 2023
@colisee colisee added the bug Something isn't working label Jun 23, 2023
@colisee colisee linked a pull request Jun 23, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant