Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions languages/go/xorm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- ./init-db:/docker-entrypoint-initdb.d
proxy:
container_name: gotest_proxy
image: cipherstash/cipherstash-proxy:latest
image: cipherstash/cipherstash-proxy:cipherstash-proxy-v0.1.0
depends_on:
- postgres
ports:
Expand All @@ -29,7 +29,7 @@ services:
CS_DATABASE__USERNAME: postgres
CS_DATABASE__PASSWORD: postgres
CS_DATABASE__NAME: gotest
CS_DATABASE__HOST: gotest_pg
CS_DATABASE__HOST: postgres
CS_STATEMENT_HANDLER: mylittleproxy
networks:
- my-network
Expand Down