Jupyter service should be called differently

This commit is contained in:
Matthias
2020-09-20 20:19:07 +02:00
parent 7dadca421a
commit 50aec1d6d3
3 changed files with 4 additions and 8 deletions

View File

@@ -178,7 +178,7 @@ Freqtrade provides a docker-compose file which starts up a jupyter lab server.
You can run this server using the following command:
``` bash
docker-compose -f docker/docker-compose-jupyter.yml up
docker-compose --rm -f docker/docker-compose-jupyter.yml up
```
This will create a dockercontainer running jupyter lab, which will be accessible using `https://127.0.0.1:8888/lab`.