2
0

fix(relay): Fix failed to write credentials (#450)

This commit is contained in:
Burak Yigit Kaya
2020-04-27 20:54:59 +03:00
committed by GitHub
parent d31f46831e
commit ecccb211aa
3 changed files with 22 additions and 10 deletions

View File

@@ -178,11 +178,11 @@ services:
relay:
<< : *restart_policy
image: "us.gcr.io/sentryio/relay:latest"
command: 'run --config /etc/relay'
volumes:
- type: bind
read_only: true
source: ./relay
target: /etc/relay
target: /work/.relay
depends_on:
- kafka
- redis