How to setup SSL in Nextcloud in a few minutes using my script

preview_player
Показать описание
commands:
docker pull nextcloud
docker run -d -p 443:443 -p 80:80 nextcloud
docker ps (copy the container id of nextcloud)
docker exec -it CONTAINER_ID /bin/bash
(in the docker container shell)
apt update && apt install wget
(Just click enter when you get the openssl prompt and wait for the script to finish)
Рекомендации по теме