-
Hi, I am trying to install nc AIO, but to no avail. This is a clean install. Steps to reproduce
$ sudo docker run \
--init \
--sig-proxy=false \
--name nextcloud-aio-mastercontainer \
--restart always \
--publish 8080:8080 \
--publish 8443:8443 \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
--env NEXTCLOUD_DATADIR="/mnt/Toshiba/nextcloud_AIO/ncdata" \
nextcloud/all-in-one:latest Expected behaviorNextcloud should setup and boot. Actual behaviorContainer logs:
👉 Go to browser and open https://192.168.0.7:8080/
Other informationHost OS
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Hi, can you post the output of |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Okay, and can you also post the output of |
Beta Was this translation helpful? Give feedback.
-
I got it to work by running
|
Beta Was this translation helpful? Give feedback.
-
The above output is expected. See https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-store-the-filesinstallation-on-a-separate-drive if you want to move everything to a different drive. |
Beta Was this translation helpful? Give feedback.
The above output is expected.
See https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-store-the-filesinstallation-on-a-separate-drive if you want to move everything to a different drive.