Skip to content

Powered by Grav

Additional commands

/opt/continuwuity should still be the active directory.

Restart from an empty server

Stop the server

BASH
sudo docker compose down

Display the associated volume

BASH
sudo docker volume ls
DRIVER    VOLUME NAME
local     continuwuity_db

Erase the database to start a new and empty server

BASH
sudo docker volume rm continuwuity_db

Update the server

Get the latest version

BASH
sudo docker compose pull

Force restart

BASH
sudo docker compose up -d --force-recreate

Check the logs

BASH
sudo docker compose logs -f

Check the installed versions (docker & continuwuity)

BASH
sudo docker inspect continuwuity-continuwuity-1 | grep -i version

© 2026 howto.cogip.be. All rights reserved.