Sharing only reverse proxy for Nextcloud
10K+
$ sudo docker run -d --name nextcloud -v $(pwd)/volume:/volume asannou/nextcloud:21-strict
$ sudo docker run -d --name nextcloud-proxy -p 8000:8000 -p 80:80 --link nextcloud asannou/nextcloud-sharing-only-proxy:21-strict
or
$ sudo make up
or
$ sudo docker-compose up -d
Content type
Image
Digest
sha256:3e38f833e…
Size
68.8 MB
Last updated
over 1 year ago
docker pull asannou/nextcloud-sharing-only-proxy:26-strict