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