This commit is contained in:
Bob
2026-01-22 19:35:13 +01:00

View File

@@ -10,6 +10,12 @@ sudo docker ps -a --format "table {{.Names}}\t{{.Status}}\t{{.Image}}"
cd $(find . -type d -name watchtower | head -n 1)
```
### Watchtower update einmalig sofort ausführen
```bash
cd $(find . -type d -name watchtower | head -n 1)
docker compose run --rm watchtower --run-once
```
### alle docker images auflisten
```bash
sudo docker images -a
@@ -25,13 +31,13 @@ sudo docker rmi containrrr/watchtower:latest
sudo docker image prune -a
```
### Watchtower update einmalig sofort ausführen
```bash
cd $(find . -type d -name watchtower | head -n 1)
docker compose run --rm watchtower --run-once
```
```bash
docker exec watchtower /watchtower --run-once
```
## Nextcloud Docker commands
### edit config.php from host inside the docker-container
```bash
sudo nano /var/lib/docker/volumes/nextcloud_nextcloud_data/_data/config/config.php
```