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

Update docker-compose.yml

parent 71cbf555
No related branches found
No related tags found
No related merge requests found
...@@ -24,13 +24,13 @@ services: ...@@ -24,13 +24,13 @@ services:
volumes: volumes:
- /mnt/jupyter:/ocdata - /mnt/jupyter:/ocdata
environment: environment:
- OC_USER=myuser - OC_USER=${OC_USERNAME}
- OC_PASS=mypass - OC_PASS=${OC_PASSWORD}
- OC_PROTO=https - OC_PROTO=https
- OC_SERVER=myocserver.com - OC_SERVER=${OC_SERVER}
- OC_URLPATH=/ - OC_URLPATH=/
- OC_WEBDAV=remote.php/webdav - OC_WEBDAV=remote.php/webdav
- OC_FILEPATH=/ - OC_FILEPATH=${OC_FOLDER}
- TRUST_SELFSIGN=0 - TRUST_SELFSIGN=0
- SYNC_HIDDEN=0 - SYNC_HIDDEN=0
- SILENCE_OUTPUT=1 - SILENCE_OUTPUT=1
......
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