You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FixesHaarlem#4
The `docker-compose up` command failed because it could not execute `/start.sh` failing with the following error:
> ERROR: for web Cannot start service web: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"/start.sh\": permission denied": unknown
I've tried running the dockers using
docker-compose
as described in theINSTALL.rst
however sadly I've encountered the following error:The command from point 2:
Which I expected to launch the containers and give me access to the service and web server, however, it returns:
I've tried changing my system permissions for that and other files, without luck. I've tried
purge
ing and rebuilding also without luck.Any tips or hints as to resolving this? Thanks :)
The text was updated successfully, but these errors were encountered: