mlcq 发表于 2023-1-31 14:54
https://github.com/nextcloud/all-in-one 这个,里面有聊天的和onlyoffice,团队用应该可以 ...
docker 运行出这个错误。
sudo docker run -itd \
--name nextcloud \
--restart always \
--publish 5007:8080 \
--publish 5006:80 \
--publish 5008:8443 \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
nextcloud/all-in-one:latest
It seems like you did not give the mastercontainer the correct name?
Using a different name is not supported!