NextCloud on Docker/Podman

docker run --name nextcloud --restart=always -p 8000:80 -v /storage/nextcloud:/var/www/html:Z -d nextcloud:17.0-rc-apache

or on podman

podman run --name nextcloud -p 8000:80 -v /storage/nextcloud:/var/www/html:Z -d nextcloud:17.0-rc-apache

Leave a Reply

Your email address will not be published. Required fields are marked *