Seite 1 von 1

Deinstallation von Programmen

Verfasst: Fr 1. Apr 2022, 08:05
von juergjue
Ich habe in der Docker-Compose die Programme nextcloud, fhem, nextcloud_db, motioneye entfernt und in der programs.json für die Startseite habe ich die Einträge dafür auf "false" gesetzt.

Nach dem Lauf der docker-compose bzw. "ei23 dc" bekomme ich folgenden Hinweis:
WARNING: Found orphan containers (nextcloud, fhem, nextcloud_db, motioneye) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
Log komplett:

Code: Alles auswählen

WARNING: Found orphan containers (nextcloud, fhem, nextcloud_db, motioneye) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
pihole is up-to-date
esphome is up-to-date
homeassistant is up-to-date
influxdb is up-to-date
vscode is up-to-date
portainer is up-to-date
ei23 is up-to-date
mosquitto is up-to-date
grafana is up-to-date
Total reclaimed space: 0B
===================================================
//// Ungenutzte Docker Images wurden gelöscht
===================================================
===================================================
//// Docker-Compose wurde erfolgreich ausgeführt!!!
===================================================
Aber das ändert nichts, die Programme sind noch immer installiert und erreichbar! Was mache ich denn bei der Deinstallation falsch?

Re: Deinstallation von Programmen

Verfasst: Fr 1. Apr 2022, 14:55
von olivercomes
Du musst die Container aus Portainer entfernen und dann nochmal die compose im Terminal laufen lassen.

Greetz from holland

Re: Deinstallation von Programmen

Verfasst: Di 5. Apr 2022, 19:49
von juergjue
Danke! Das war die Lösung