add comment about apt purge

Ralf Becker 2024-09-08 10:31:35 +02:00
parent bb46aa0d78
commit 24a966276a

@ -252,7 +252,9 @@ docker-compose up -d
```
# Completely removing EGroupware installation
> Deinstalling egroupware-docker does on purpose NOT remove any data from your system!
> Just deinstalling egroupware-docker does on purpose NOT remove any data from your system!
> If you're using Debian or Ubuntu, you can alternatively use `apt purge egroupware-docker` to archive the same as described below.
If you want to remove all data (database and files), you have to use the following commands:
```