View Single Post
  #5  
Old 01-27-2022, 08:22 PM
Freejack
Sarnak
 
Join Date: Jan 2022
Location: In the woods
Posts: 66
Default

Having an issue with make install after setting environment and network.

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
make up detached
COMPOSE_HTTP_TIMEOUT=1000 docker-compose up -d eqemu-server mariadb
[+] Running 0/2
⠿ Container peq-test-server-eqemu-server-1 Starting 0.4s
⠿ Container peq-test-server-mariadb-1 Starting 0.4s
Error response from daemon: driver failed programming external connectivity on endpoint peq-test-server-mariadb-1 (69754616aebae5a2ca2dd5da5ef0af4b6e49575d9f2ef3324 2a833d0d20e4fd1): Error starting userland proxy: listen tcp4 10.12.16.8:3307: bind: cannot assign requested address
make[1]: *** [Makefile:191: up] Error 1
make: *** [Makefile:96: install] Error 2

I changed the port so I can run this as a test. No matter what I set the ip at it tells me it can not assign it.
Reply With Quote