Tech Rocks

Coldfusion
Java
JQuery

An online resource for latest web technologies like Coldfusion, JRun, Pro*C, JQuery, HTML5, PHP, W3C, Java, J2EE, C, C++, ORACLE, PL/SQL, MySql, Ajax, Coldbox, Fusebox, UNIX, JavaScript, NodeJS and much more... contact@tech-rocks.org

Friday, December 27, 2024

Nextcloud on Nginx Proxy Manager Network



##### nextcloud http with nginx network without exposing ports

### find nginx proxy manager ports with 

docker network ls

### attach to the network with

docker run -d \
  --name=nextcloud \
  --network=nginx_default \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -v /home/j/nextcloud/config:/config \
  -v /home/j/nextcloud/data:/data \
  --restart unless-stopped \
  lscr.io/linuxserver/nextcloud:latest

1 comments :

J said...

https://blog.tech-rocks.org/2024/12/nextcloud-nginx-proxy-manager-in-10.html