Improve jupyter container install

closes #7484
This commit is contained in:
Matthias
2022-09-28 07:21:20 +02:00
parent 42cecb83f2
commit a06372c7b2
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ services:
ports:
- "127.0.0.1:8888:8888"
volumes:
- "./user_data:/freqtrade/user_data"
- "../user_data:/freqtrade/user_data"
# Default command used when running `docker compose up`
command: >
jupyter lab --port=8888 --ip 0.0.0.0 --allow-root