더보기 에러문구 Error invoking remote method 'docker-start-container': Error: (HTTP code 500) server error - Ports are not available: listen tcp 0.0.0.0:50079: bind: An attempt was made to access a socket in a way forbidden by its access permissions. 서버 운영 중에 해당 도커에서 해당 에러가 발생하였다. CMD를 관리자 권한으로 실행하고 아래의 명령어들을 실행했다. netsh interface ipv4 show excludedportrange protocol=tcp 프로토콜에서 tcp 포트 제외된 범위들을 확인하였다. n..