mediastack error:
Error response from daemon: driver failed programming external connectivity on endpoint postgresql (888a619e00017db7b0b7fd956b2405c3449addf8cd92006d943a1fa1c35e5241): Error starting userland proxy: listen tcp4 0.0.0.0:5432: bind: address already in use
Command 'docker compose up -d' failed to start containers... exiting!
Resolved by changing POSTGRESQL_PORT=5432 in .env to POSTGRESQL_PORT=65432. That said, all I did was make the error go away. I don't know enough about Docker, postgresql, or any of this to know if changing the port will screw something up--though I assume that since it's in the .env file, it's something that is meant to be configurable in cases like this.
mediastack error:
Resolved by changing
POSTGRESQL_PORT=5432in.envtoPOSTGRESQL_PORT=65432. That said, all I did was make the error go away. I don't know enough about Docker, postgresql, or any of this to know if changing the port will screw something up--though I assume that since it's in the .env file, it's something that is meant to be configurable in cases like this.