Commit 60552960 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #953 from vadimkerr/patch-1

fix typo
parents 89462869 b35c2818
...@@ -46,7 +46,7 @@ make notebook NAME=your-notebook PORT=9001 WORK_VOLUME=our-work ...@@ -46,7 +46,7 @@ make notebook NAME=your-notebook PORT=9001 WORK_VOLUME=our-work
### How do I run over HTTPS? ### How do I run over HTTPS?
Instead of `make notebook`, run `make self-signed-notebook PASSWORD=your_desired_password`. This target gives you a notebook wtih a self-signed certificate. Instead of `make notebook`, run `make self-signed-notebook PASSWORD=your_desired_password`. This target gives you a notebook with a self-signed certificate.
### That self-signed certificate is a pain. Let's Encrypt? ### That self-signed certificate is a pain. Let's Encrypt?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment