Jump to content

nextcloud container start probleme


alex7
Go to solution Solved by alturismo,

Recommended Posts

Hallo zusammen,

 

ich habe seit dem unraid update auf 6.12 probleme den nextcloud container zu starten. wenn ich den port ändere funktioniert es, wenn ich ihn wieder zurücksetze auf 443 kommt folgende fehlermeldung:

 

docker run
  -d
  --name='nextcloud'
  --net='bridge'
  -e TZ="Europe/Berlin"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="SERVERv1"
  -e HOST_CONTAINERNAME="nextcloud"
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='https://[IP]:[PORT:443]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nextcloud-logo.png'
  -p '443:443/tcp'
  -v '/mnt/user/nextcloud/':'/data':'rw'
  -v '/mnt/user/appdata/nextcloud':'/config':'rw' 'lscr.io/linuxserver/nextcloud:26.0.2-ls246'
887f42836aec88aa07f23bb344fd556e785b67741a63ac85ef6d9c5c88f7a92e
docker: Error response from daemon: driver failed programming external connectivity on endpoint nextcloud (661efd68fcff40c402a1bb8c05fe7fa74685606f7f46b9d48efec2d397a5ed77): Error starting userland proxy: listen tcp4 0.0.0.0:443: bind: address already in use.

The command failed.

 

Ich hatte jetzt mal pauschal alle container gestoppt, in denen 443 vorkommt, egal ob sie im container oder in unraid gemappt sind. hat jemand eine idee, vielleicht auch wo ich genauer nach nach der ursache schauen kann?

 

vg

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...