Issue with installation of V12.10.1 Production using Docker

Dear Friend,
I have followed the instruction GitHub - frappe/frappe_docker: Docker images for production and development setups of the Frappe framework and ERPNext https://github.com/frappe/frappe_docker/blob/develop/docs/single-bench.md to set erpnext production in a docker in a vps in digital ocean.
Site has been successful created but the following error is encountered
fred@Docker:~/frappe_docker$ docker-compose --project-name erpnext up -d
erpnext_erpnext-python_1 is up-to-date
erpnext_mariadb_1 is up-to-date
erpnext_erpnext-nginx_1 is up-to-date
Starting erpnext_traefik_1 …
erpnext_redis-cache_1 is up-to-date
erpnext_redis-queue_1 is up-to-date
erpnext_redis-socketio_1 is up-to-date
Starting erpnext_site-creator_1 …
erpnext_erpnext-schedule_1 is up-to-date
erpnext_erpnext-worker-default_1 is up-to-date
erpnext_erpnext-worker-short_1 is up-to-date
erpnext_erpnext-worker-long_1 is up-to-date
Starting erpnext_traefik_1 … error
WARNING: Host is already in use by another container

ERROR: for erpnext_traefik_1 Cannot start service traefik: driver failed programming external connectivity on endpoint erpnext_traefik_1 (45cdc2e9ae74a708f0d1cbcec077d73e50740ed92f2f0bd3c07a3266536a3e13): Error starting userland proxy: lisStarting erpnext_site-creator_1 … done

ERROR: for traefik Cannot start service traefik: driver failed programming external connectivity on endpoint erpnext_traefik_1 (45cdc2e9ae74a708f0d1cbcec077d73e50740ed92f2f0bd3c07a3266536a3e13): Error starting userland proxy: listen tcp 0.0.0.0:443: bind: address already in use
ERROR: Encountered errors while bringing up the project.
fred@Docker:~/frappe_docker$ nano .env
fred@Docker:~/frappe_docker$ docker-compose --project-name erpnext up -d
erpnext_redis-cache_1 is up-to-date
erpnext_erpnext-nginx_1 is up-to-date
erpnext_erpnext-python_1 is up-to-date
erpnext_redis-queue_1 is up-to-date
Starting erpnext_traefik_1 …
erpnext_mariadb_1 is up-to-date
erpnext_redis-socketio_1 is up-to-date
Starting erpnext_site-creator_1 …
erpnext_erpnext-worker-default_1 is up-to-date
erpnext_erpnext-schedule_1 is up-to-date
erpnext_erpnext-worker-long_1 is up-to-date
erpnext_erpnext-worker-short_1 is up-to-date
Starting erpnext_traefik_1 … error
WARNING: Host is already in use by another container

ERROR: for erpnext_traefik_1 Cannot start service traefik: driver failed programming external connectivity on endpoint erpnext_traefik_1 (de4e9bff1ea7fdb9f075da7e0e053ed2e9390c14868259cf2631b867171c9249): Error starting userland proxy: lisStarting erpnext_site-creator_1 … done

ERROR: for traefik Cannot start service traefik: driver failed programming external connectivity on endpoint erpnext_traefik_1 (de4e9bff1ea7fdb9f075da7e0e053ed2e9390c14868259cf2631b867171c9249): Error starting userland proxy: listen tcp 0.0.0.0:443: bind: address already in use
ERROR: Encountered errors while bringing up the project.

I have spent hours to resolve the issue to no avail.
Dear Friends,pls help.
Thanks

@All I started all over again afresh and got it right.Thanks