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 e47d61c commit 358824bCopy full SHA for 358824b
languages/python/jupyter_notebook/docker-compose.yml
@@ -1,7 +1,7 @@
1
services:
2
postgres:
3
container_name: cipherstash_getting_started_pg
4
- image: postgres:latest
+ image: postgres:16.2-bookworm
5
command: ["postgres", "-c", "log_statement=all"]
6
environment:
7
POSTGRES_USER: postgres
@@ -13,7 +13,7 @@ services:
13
- cipherstash_getting_started_nw
14
proxy:
15
container_name: cipherstash_getting_started_proxy
16
- image: cipherstash/cipherstash-proxy:latest
+ image: cipherstash/cipherstash-proxy:cipherstash-proxy-v0.3.1
17
depends_on:
18
- postgres
19
ports:
0 commit comments