mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-23 05:21:45 -05:00
638 B
638 B
layout, title, parent, grand_parent, nav_order
| layout | title | parent | grand_parent | nav_order |
|---|---|---|---|---|
| default | Stop/start | Advanced | Docker Compose | 2 |
Stopping and starting AliasVault
You can stop and start AliasVault via the default docker compose commands. Run these commands from the directory where your AliasVault docker-compose.yml is located.
Stop
To stop AliasVault:
$ docker compose down
Start
To start AliasVault:
$ docker compose up -d
Restart
To restart AliasVault (note: when making changes to the docker-compose.yml, you'll need to manually stop and start to make the new changes be applied)
$ docker compose restart