Skip to content

Commit 0fceee4

Browse files
committed
Update proxy image to 0.3.4
Also set unsafe logging to true
1 parent c71d9fe commit 0fceee4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

languages/python/jupyter_notebook/docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- cipherstash_getting_started_nw
1414
proxy:
1515
container_name: cipherstash_getting_started_proxy
16-
image: cipherstash/cipherstash-proxy:cipherstash-proxy-v0.3.1
16+
image: cipherstash/cipherstash-proxy:cipherstash-proxy-v0.3.4
1717
depends_on:
1818
- postgres
1919
ports:
@@ -31,8 +31,7 @@ services:
3131
CS_DATABASE__PASSWORD: postgres
3232
CS_DATABASE__NAME: cipherstash_getting_started
3333
CS_DATABASE__HOST: cipherstash_getting_started_pg
34-
# Enable this to get verbose debugging from Proxy
35-
# CS_UNSAFE_LOGGING: "true"
34+
CS_UNSAFE_LOGGING: "true"
3635
networks:
3736
- cipherstash_getting_started_nw
3837

0 commit comments

Comments
 (0)