From b1e8677c8af89e5f37c203116706cc4fe9365603 Mon Sep 17 00:00:00 2001 From: Kuan Butts Date: Tue, 17 Jul 2018 17:20:46 -0700 Subject: [PATCH] [internal] Allow root for notebook container for more clear access address (#94) --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0a6361a..f201474 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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