Merge branch 'main' of http://192.168.178.124:8084/pi/Rob_Repo
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user