Skip to content

Instantly share code, notes, and snippets.

@pascalandy
Created May 23, 2018 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pascalandy/176a6902817f4226a68c298af4e936f8 to your computer and use it in GitHub Desktop.
Save pascalandy/176a6902817f4226a68c298af4e936f8 to your computer and use it in GitHub Desktop.
```
Step 10/10 : CMD ["node", "api/api.js"]
---> Running in 53b4f1dc1778
Removing intermediate container 53b4f1dc1778
---> f252512d0700
Successfully built f252512d0700
Successfully tagged ex-6_api:latest
WARNING: Image for service api was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
Creating ex-6_nginx_1 ... done
Creating ex-6_api_1 ... done
Creating ex-6_chromedriver_1 ... error
ERROR: for ex-6_chromedriver_1 Cannot start service chromedriver: driver failed programming external connectivity on endpoint ex-6_chromedriver_1 (087e4d3726a16c82ca4a96b36cba7974e8e48f7f40829f1a5045289f10abdc7b): Error starting userland proxy: Bind for 0.0.0.0:5900 failed: port is already allocated
ERROR: for chromedriver Cannot start service chromedriver: driver failed programming external connectivity on endpoint ex-6_chromedriver_1 (087e4d3726a16c82ca4a96b36cba7974e8e48f7f40829f1a5045289f10abdc7b): Error starting userland proxy: Bind for 0.0.0.0:5900 failed: port is already allocated
ERROR: Encountered errors while bringing up the project.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment