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