So I made a fresh set up with the latest checkout, and did a docker-compose up -d and got this error. Any ideas where I should be looking to fix this?
ERROR: for 3e2ea3476e5b_wp-headless Cannot start service wp-headless: driver failed programming external connectivity on endpoint wp-headless (784d89c1dd317cb5ac090bd9ff6ef34a40790a895b7a1a9b7fb7712c191a37ac): Error starting userland proxy: listen tcp 0.0.0.0:8080: bind: address already in use
ERROR: for wp-headless Cannot start service wp-headless: driver failed programming external connectivity on endpoint wp-headless (784d89c1dd317cb5ac090bd9ff6ef34a40790a895b7a1a9b7fb7712c191a37ac): Error starting userland proxy: listen tcp 0.0.0.0:8080: bind: address already in use
Do I need to make any changes to the config files?
So I made a fresh set up with the latest checkout, and did a
docker-compose up -dand got this error. Any ideas where I should be looking to fix this?ERROR: for 3e2ea3476e5b_wp-headless Cannot start service wp-headless: driver failed programming external connectivity on endpoint wp-headless (784d89c1dd317cb5ac090bd9ff6ef34a40790a895b7a1a9b7fb7712c191a37ac): Error starting userland proxy: listen tcp 0.0.0.0:8080: bind: address already in useERROR: for wp-headless Cannot start service wp-headless: driver failed programming external connectivity on endpoint wp-headless (784d89c1dd317cb5ac090bd9ff6ef34a40790a895b7a1a9b7fb7712c191a37ac): Error starting userland proxy: listen tcp 0.0.0.0:8080: bind: address already in useDo I need to make any changes to the config files?