| CERTBOT_DOMAIN=your_domain.com | CERTBOT_DOMAIN=your_domain.com | ||||
| CERTBOT_EMAIL=example@your_domain.com | CERTBOT_EMAIL=example@your_domain.com | ||||
| ``` | ``` | ||||
| excecute command: | |||||
| execute command: | |||||
| ```shell | ```shell | ||||
| sudo docker network prune | sudo docker network prune | ||||
| sudo docker-compose --profile certbot up --force-recreate -d | sudo docker-compose --profile certbot up --force-recreate -d | ||||
| ```properties | ```properties | ||||
| NGINX_HTTPS_ENABLED=true | NGINX_HTTPS_ENABLED=true | ||||
| ``` | ``` | ||||
| excecute command: | |||||
| execute command: | |||||
| ```shell | ```shell | ||||
| sudo docker-compose --profile certbot up -d --no-deps --force-recreate nginx | sudo docker-compose --profile certbot up -d --no-deps --force-recreate nginx | ||||
| ``` | ``` | ||||
| ```shell | ```shell | ||||
| sudo docker-compose up -d | sudo docker-compose up -d | ||||
| ``` | |||||
| ``` |