Home |

Trigat

Example: Run Nextcloud on Docker with ARM Processor

05-05-2019

Run the below command:

Language or Platform:

Code:

docker run -d -p 8000:80 --memory="1g" --cpus="4" -v ~/docker/volumes/nc/:/var/www/html -v ~/docker/volumes/nc/apps:/var/www/html/custom_apps -v ~/docker/volumes/nc/config:/var/www/html/config -v /mnt/saturn/nextcloud:/var/www/html/data arm32v7/nextcloud

Back