Files
Leendert de Borst 961977c9e2 Update docs (#1181)
2025-09-08 18:51:39 +02:00

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