-
Notifications
You must be signed in to change notification settings - Fork 76
Known Issue Sitecore Uses Only Default HTTPS port
Dmitry Kolinchuk edited this page Jul 27, 2021
·
1 revision
Description:
The Sitecore environment deployed using docker-compose
files can use only the default HTTPS port 443.
As a result, a newly deployed environment to Docker may fail to start due to the conflict with other applications (e.g. IIS) that listen to 443 port.
The errors similar to the following may be logged:
...
ERROR: for 1001-ltsc2019_traefik_1 Cannot start service traefik: failed to create endpoint xp0-1001-ltsc2019_traefik_1 on network xp0-1001-ltsc2019_default: failed during hnsCallRawResponse: hnsCall failed in Win32: The process cannot access the file because it is being used by another process. (0x20)
Encountered errors while bringing up the project.
Solution:
- Please ensure that port 443 is not listened/occupied on your machine:
- Stop IIS
- Stop other Sitecore environments in Docker
- Try reinstalling the containerized environment:
- Select the environment in the instances list -> RMB -> click
Reinstall Instance
- Select the environment in the instances list -> RMB -> click