We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71d9fe commit 0fceee4Copy full SHA for 0fceee4
languages/python/jupyter_notebook/docker-compose.yml
@@ -13,7 +13,7 @@ services:
13
- cipherstash_getting_started_nw
14
proxy:
15
container_name: cipherstash_getting_started_proxy
16
- image: cipherstash/cipherstash-proxy:cipherstash-proxy-v0.3.1
+ image: cipherstash/cipherstash-proxy:cipherstash-proxy-v0.3.4
17
depends_on:
18
- postgres
19
ports:
@@ -31,8 +31,7 @@ services:
31
CS_DATABASE__PASSWORD: postgres
32
CS_DATABASE__NAME: cipherstash_getting_started
33
CS_DATABASE__HOST: cipherstash_getting_started_pg
34
- # Enable this to get verbose debugging from Proxy
35
- # CS_UNSAFE_LOGGING: "true"
+ CS_UNSAFE_LOGGING: "true"
36
networks:
37
38
0 commit comments