Skip to main content

Uninstall

These steps stop SafariDesk and remove its Docker resources from the machine.

Stop the stack

Linux/macOS (bash):
Windows (PowerShell):

Remove volumes too

If you want to delete the database, Redis data, and uploaded files, run: This command is the same in Linux/macOS and Windows PowerShell.

Optional cleanup

You can also remove unused images and networks from Docker if you no longer need them. This command is the same in Linux/macOS and Windows PowerShell.
Be careful with docker system prune because it can remove resources used by other projects too.

What remains on disk

Depending on how you deployed SafariDesk, the following may still exist after uninstalling:
  • The cloned repository folder
  • Any external backups you created
  • Any data stored outside Docker volumes
Delete those manually if you want a full removal.