diff --git a/README.md b/README.md index 68296e7..282ce5b 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ Navigate to `_base/data/traefik/.htpasswd` and place your generated user/pass in Whenever you navigate to your admin area, you'll have to login with generate user and pass and then login with your WHMCS user. This basic auth is very effective against bots and endless spam in emails of failed logins. +Start docker compose
+Inside of `_base/compose` run + ``` +docker-compose up -d + ``` + Configure Nginx default.conf
Navigate to `whmcs/data/nginx/sites/default.conf` and change these variable: | Variable | Example | Description |