After deploying Dify with Docker, the web container kept restarting and the local install page never loaded. The nginx container logs showed emerg bind() to the all-interfaces address on port 80 failed (98: Address already in use). Something on the host was already using port 80, so nginx could not start and the page stayed unreachable.