Skip to content
Snippets Groups Projects
Commit 5ce43be4 authored by Stefano Stalio's avatar Stefano Stalio
Browse files

Update docker-compose.yml

parent e3b0121f
No related branches found
No related tags found
No related merge requests found
...@@ -13,11 +13,11 @@ services: ...@@ -13,11 +13,11 @@ services:
- 443:8888 - 443:8888
user: root user: root
environment: environment:
GEN_CERT: yes GEN_CERT: 'yes'
GRANT_SUDO: yes GRANT_SUDO: 'yes'
JUPYTER_ENABLE_LAB: yes JUPYTER_ENABLE_LAB: 'yes'
NB_UID: 1000 NB_UID: 1000
CHOWN_HOME: yes CHOWN_HOME: 'yes'
CHOWN_HOME_OPTS: '-R' CHOWN_HOME_OPTS: '-R'
sync: sync:
container_name: sync container_name: sync
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment