Skip to content

Commit

Permalink
Use correct ports for jupyter compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Sep 20, 2020
1 parent f9efbed commit 30c1253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose-jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
restart: unless-stopped
container_name: freqtrade
ports:
- "18889:8888"
- "127.0.0.1:8888:8888"
volumes:
- "./user_data:/freqtrade/user_data"
# Default command used when running `docker compose up`
Expand Down

0 comments on commit 30c1253

Please sign in to comment.