Place both docker-compose.yml
and nginx.conf
in same working directory with an
appropriate SERVER.crt
and SERVER.key
for the server. Make sure docker
and
docker-compose
are installed, and run:
docker-compose up -d
visit https://SERVER/jupyter
, correctly sets favicon and redirects to /tree
but results in a 404. Not sure what's wrong here.
Thanks this works!