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:
volumes:
- /mnt/jupyter:/ocdata
environment:
- OC_USER=myuser
- OC_PASS=mypass
- OC_USER=${OC_USERNAME}
- OC_PASS=${OC_PASSWORD}
- OC_PROTO=https
- OC_SERVER=myocserver.com
- OC_SERVER=${OC_SERVER}
- OC_URLPATH=/
- OC_WEBDAV=remote.php/webdav
- OC_FILEPATH=/
- OC_FILEPATH=${OC_FOLDER}
- TRUST_SELFSIGN=0
- SYNC_HIDDEN=0
- 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