Skip to content

Commit

Permalink
Jupyter runs on port 8100 for nextcloud app
Browse files Browse the repository at this point in the history
  • Loading branch information
sunetfreitag committed Jan 30, 2025
1 parent bb13e28 commit 424cc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloud-docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ docker: selfsignedcert docker_kill jupyterhub
docker exec nextcloud-local /bin/bash -c "chown -R www-data:www-data /var/www/html/custom_apps/integration_jupyterhub"
rm integration_jupyterhub-0.1.2.tar.gz
./occ_docker app:enable integration_jupyterhub
./occ_docker config:app:set integration_jupyterhub jupyter_url --value="http://localhost:8000"
./occ_docker config:app:set integration_jupyterhub jupyter_url --value="http://localhost:8100"

# RDS NG app
-git clone https://github.com/Sciebo-RDS/rds-ng-nextcloud.git
Expand Down

0 comments on commit 424cc69

Please sign in to comment.