metasfresh / metasfresh-docker

GNU General Public License v2.0
37 stars 40 forks source link

[ERROR] Docker App and Docker Webapi restarting #59

Open TKlerx opened 4 years ago

TKlerx commented 4 years ago

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?