mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-28 16:02:22 -05:00
664 B
664 B
layout, title, parent, nav_order
| layout | title | parent | nav_order |
|---|---|---|---|
| default | Start/stop | Server Installation | 2 |
Starting and stopping AliasVault
You can start and stop AliasVault easily by using the install script.
Stop
To stop AliasVault, run the install script with the stop option. This will stop all running AliasVault containers.
./install.sh stop
Start
To start AliasVault, run the install script with the start option. This will start all AliasVault containers.
./install.sh start
Restart
To restart AliasVault, run the install script with the restart option. This will restart all AliasVault containers.
./install.sh restart