# updating

# autoupdate recommended

cd into the server directory, review and run install-auto-update.sh

chmod +x ./install-auto-update.sh
./install-auto-update.sh


# manual

1.) pull latest images:

docker-compose pull

2.) restart the containers:

docker-compose up -d --remove-orphans

3.) optionally, remove obsolete images:

docker image prune