Skip to content

Commit

Permalink
[internal] Allow root for notebook container for more clear access ad…
Browse files Browse the repository at this point in the history
…dress (#94)
  • Loading branch information
kuanb authored Jul 18, 2018
1 parent c68d8fc commit b1e8677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
build:
context: .
env_file: .env
command: jupyter notebook --config jupyter_notebook_config.py
command: jupyter notebook --config jupyter_notebook_config.py --allow-root
volumes:
- .:/code
- /tmp:/tmp
Expand Down

0 comments on commit b1e8677

Please sign in to comment.