最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

docker - After performing a Nextcloud AIO migration, the container keeps restarting - Stack Overflow

programmeradmin1浏览0评论

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: 
发布评论

评论列表(0)

  1. 暂无评论