wmnnd / nginx-certbot

Boilerplate configuration for nginx and certbot with docker-compose
MIT License
3.16k stars 1.17k forks source link

Replace "data_path" variable by executing actions inside container directly #116

Open MurzNN opened 3 years ago

MurzNN commented 3 years ago

At now we have a "data_path" variable, that used for make actions with files. But we already have those folder inside container mounted, so we can remove the "data_path" variable to make configuration more simple, and do all actions inside container directly.