admin管理员组

文章数量:1320915

I used the following command to run the container:

docker run \
  --init \
  --sig-proxy=false \
  --name nextcloud-aio-mastercontainer \
  --restart always \
  --publish 8084:8080 \
  --add-host=host.docker.internal:host-gateway \
  --env APACHE_PORT=11004 \
  --env APACHE_IP_BINDING=127.0.0.1 \
  --env WATCHTOWER_DOCKER_SOCKET_PATH=$XDG_RUNTIME_DIR/docker.sock \
  --volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
  --env TALK_PORT=3481 \
  --env NEXTCLOUD_DATADIR=/data/nextcloud/test \
  --volume $XDG_RUNTIME_DIR/docker.sock:/var/run/docker.sock:ro \
  --env SKIP_DOMAIN_VALIDATION=true \
  nextcloud/all-in-one:latest
your text2025-01-29 16:59:53.933173+05:30
(1 row)

‘[’ -f /dev-dri-group-was-added ‘]’
++ find /dev -maxdepth 1 -mindepth 1 -name dri

‘[’ -n ‘’ ‘]’
set +x
Connection to nextcloud-aio-redis (172.18.0.4) 6379 port [tcp/redis] succeeded!
The initial Nextcloud installation failed.
Please reset AIO properly and try again. For further clues on what went wrong, check the logs above.
See GitHub - nextcloud/all-in-one: 

本文标签: dockerAfter performing a Nextcloud AIO migrationthe container keeps restartingStack Overflow