diff --git a/_articles/hosting/install-on-premise.md b/_articles/hosting/install-on-premise.md index 404abb90..483cfe85 100644 --- a/_articles/hosting/install-on-premise.md +++ b/_articles/hosting/install-on-premise.md @@ -210,16 +210,18 @@ PowerShell users will run the commands with a prefixed `-` (switch). For example {% table %} -| Command | Description | -|------------|----------------------------------------------------------| -| install | Start the installer. | -| start | Start all containers. | -| restart | Restart all containers (same as start). | -| stop | Stop all containers. | -| updatedb | Update/initialize the database. | -| update | Update all containers and the database. | -| updateself | Update this main script. | -| rebuild | Rebuild generated installation assets from `config.yml`. | +| Command | Description | +|------------|----------------------------------------------------------------| +| install | Start the installer. | +| start | Start all containers. | +| restart | Restart all containers (same as start). | +| stop | Stop all containers. | +| update | Update all containers and the database. | +| updatedb | Update/initialize the database. | +| updateself | Update this main script. | +| updateconf | Update all containers without restarting the running instance. | +| rebuild | Rebuild generated installation assets from `config.yml`. | +| help | List all commands. | {% endtable %}