File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.8'
22
33services :
44 seq-db-proxy :
5- image : ghcr.io/ozontech/seq-db:v0.61.0
5+ image : ghcr.io/ozontech/seq-db:latest
66 ports :
77 - " 9002:9002" # Default HTTP port
88 - " 9004:9004" # Default gRPC port
@@ -16,7 +16,7 @@ services:
1616 - ./config-cluster.yaml:/configs/config.yaml
1717 - ./mappings.yaml:/configs/mappings.yaml
1818 seq-db-store :
19- image : ghcr.io/ozontech/seq-db:v0.61.0
19+ image : ghcr.io/ozontech/seq-db:latest
2020 command :
2121 --mode=store
2222 --config=/configs/config.yaml
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.8'
22
33services :
44 seq-db :
5- image : ghcr.io/ozontech/seq-db:v0.61.0
5+ image : ghcr.io/ozontech/seq-db:latest
66 ports :
77 - " 9002:9002" # Default HTTP port
88 - " 9004:9004" # Default gRPC port
You can’t perform that action at this time.
0 commit comments