mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Fix minor PyCharm issues
This commit is contained in:
@@ -43,7 +43,7 @@ For example, you can build and deploy a `jupyter/all-spark-notebook` by modifyin
|
||||
|
||||
```dockerfile
|
||||
FROM jupyter/all-spark-notebook:b418b67c225b
|
||||
...
|
||||
# Your RUN commands and so on
|
||||
```
|
||||
|
||||
Once you modify the Dockerfile, don't forget to rebuild the image.
|
||||
@@ -135,8 +135,8 @@ FQDN=host.mydomain.com EMAIL=myemail@somewhere.com \
|
||||
bin/letsencrypt.sh
|
||||
```
|
||||
|
||||
Also, be aware that Let's Encrypt certificates are short lived (90 days).
|
||||
If you need them for a longer period of time, you'll need to manually setup a cron job to run the renewal steps.
|
||||
Also, be aware that Let's Encrypt certificates are short-lived (90 days).
|
||||
If you need them for a longer period of time, you'll need to manually set up a cron job to run the renewal steps.
|
||||
(You can reuse the command above.)
|
||||
|
||||
### Can I deploy to any Docker Machine host?
|
||||
|
Reference in New Issue
Block a user