Unfortunately, the metasfresh-docker_app and metasfresh-docker_webapi hang in state "restarting".
The logs show the following errors multiple times:
app_1 | standard_init_linux.go:211: exec user process caused "no such file or directory"
webapi_1 | standard_init_linux.go:211: exec user process caused "no such file or directory"
and finally:
metasfresh-docker_app_1 exited with code 1
metasfresh-docker_webapi_1 exited with code 1
Which are the steps to reproduce?
Install docker on Windows 10 with WSL 2
docker-compose build & docker-compose up -d (with postgres as external volume)
I am running metasfresh in docker on Windows 10 with WSL 2 and already changed the
docker-compose.yml
to make the dbdata volume an external one (as stated here: https://forum.metasfresh.org/t/docker-installation-windows-keine-antwort-von-rest-api/1429/3 )Unfortunately, the metasfresh-docker_app and metasfresh-docker_webapi hang in state "restarting".
The logs show the following errors multiple times: app_1 | standard_init_linux.go:211: exec user process caused "no such file or directory" webapi_1 | standard_init_linux.go:211: exec user process caused "no such file or directory"
and finally: metasfresh-docker_app_1 exited with code 1 metasfresh-docker_webapi_1 exited with code 1
Which are the steps to reproduce?