Your data. Your choice.

If you select «Essential cookies only», we’ll use cookies and similar technologies to collect information about your device and how you use our website. We need this information to allow you to log in securely and use basic functions such as the shopping cart.

By accepting all cookies, you’re allowing us to use this data to show you personalised offers, improve our website, and display targeted adverts on our website and on other websites or apps. Some data may also be shared with third parties and advertising partners as part of this process.

Ugreen NASync DXP2800 (0 TB)
EUR319,–

Ugreen NASync DXP2800

0 TB


Question about Ugreen NASync DXP2800

avatar
Miguel.j

9 months ago

Can Nextcloud be installed via Docker?

Avatar
avatar
Galaxus

9 months ago

Yes, you can install Nextcloud via Docker.

To install Nextcloud on a NAS, you need Docker, which you can set up on your NAS. Here are the basic steps:

- Install Docker: Make sure that Docker is installed on your NAS. This can usually be done via the package centre of your NAS.

- Use Docker-Compose: Create a `docker-compose.yml` file in which you define the configuration for Nextcloud and the required database (e.g. MariaDB).

- Set up the database: In the `docker-compose.yml` file, you must specify environment variables for the database such as `MYSQL_ROOT_PASSWORD` and `MYSQL_DATABASE`.

- Start container: Use the command `docker-compose up -d` to start the containers in the background.

- Set up Nextcloud: Once started, you can access the Nextcloud web interface using the IP address of your NAS and the configured port to complete the installation.

These steps are general and may vary slightly depending on your NAS model and operating system. There are many detailed guides online that can help you understand the process specific to your NAS model.
Automatically generated from the .