Hallo, ich hoffe, ihr könnt mir weiterhelfen, ich habe einmal Nextcloud erstellt als Compose:
# https://hub.docker.com/r/linuxserver/nextcloud
# https://docs.linuxserver.io/images/docker-nextcloud
# only x86-64 and arm64 are supported
services:
nextcloud:
image: lscr.io/linuxserver/nextcloud:latest
container_name: nextcloud
environment:
- PUID=1001
- PGID=100
- TZ=Europa/Berlin
volumes:
- CHANGE_TO_COMPOSE_DATA_PATH/nextcloud/config:/config
- CHANGE_TO_COMPOSE_DATA_PATH/nextcloud/data:/data
ports:
- XXX:XXX
restart: unless-stopped
Das hat auch funktioniert, dann wollte ich es Updaten und es hat mir alles zerschossen.
Nun möchte ich gerne einfach den Ordner: nextcloud/config:/config löschen, damit ich einfach bi 0 anfangen kann.
Aber egal wie, es kommt immer, ich habe keine Berechtigung egal ob pfer FTP - oder sonst wie, obwohl ich überall als Root und Co hinterlegt bin, ich verzweifle.
Kann mir jemand helfen.
Englisch:
Hello, I hope you can help me, I once created Nextcloud as Compose: — That worked, then I wanted to update it and it shot everything. Now I would like to simply delete the folder: nextcloud/config:/config so that I can simply start from 0. But no matter how, it always comes, I have no authorization no matter if pfer FTP - or otherwise, although I am stored everywhere as root and co, I despair.