I am deploying a docker image to virtuozzo application plateform, the image is setting up nginx with port 80, however the docker containers in virtuozzo somehow use port 80 by default
So, I am getting an error in the run.log which doesn't stop from showing, it looks something like this:
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
2022/12/26 17:28:22 [emerg] 673#673: bind() to 0.0.0.0:80 failed (98: Address already in use)
cron: can't lock /var/run/crond.pid, otherpid may be 140: Resource temporarily unavailable
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
2022/12/26 17:28:22 [emerg] 673#673: bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] still could not bind()
2022/12/26 17:28:22 [emerg] 673#673: still could not bind()
2022/12/26 17:28:19 [emerg] 657#657: bind() to 0.0.0.0:80 failed (98: Address already in use)
2022/12/26 17:28:19 [emerg] 657#657: bind() to 0.0.0.0:80 failed (98: Address already in use)
2022/12/26 17:28:19 [emerg] 657#657: bind() to 0.0.0.0:80 failed (98: Address already in use)
2022/12/26 17:28:19 [emerg] 657#657: still could not bind()
2022/12/26 17:28:22 [emerg] 673#673: bind() to 0.0.0.0:80 failed (98: Address already in use)
2022/12/26 17:28:22 [emerg] 673#673: bind() to 0.0.0.0:80 failed (98: Address already in use)
2022/12/26 17:28:22 [emerg] 673#673: bind() to 0.0.0.0:80 failed (98: Address already in use)
2022/12/26 17:28:22 [emerg] 673#673: bind() to 0.0.0.0:80 failed (98: Address already in use)
2022/12/26 17:28:22 [emerg] 673#673: bind() to 0.0.0.0:80 failed (98: Address already in use)
2022/12/26 17:28:22 [emerg] 673#673: still could not bind()
cron: can't lock /var/run/crond.pid, otherpid may be 140: Resource temporarily unavailable
It's possible I am doing something wrong on my own, but I have no idea, I would appreciate your help