diff --git a/slo/playground/configs/compose.yaml b/slo/playground/configs/compose.yaml index 5e0560b2..8173aeec 100644 --- a/slo/playground/configs/compose.yaml +++ b/slo/playground/configs/compose.yaml @@ -2,7 +2,6 @@ x-runtime: &runtime hostname: localhost platform: linux/amd64 privileged: true - network_mode: host x-ydb-node: &ydb-node image: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.4.4.12 @@ -11,8 +10,6 @@ x-ydb-node: &ydb-node volumes: - ./ydb.yaml:/opt/ydb/cfg/config.yaml -name: ydb - services: static-0: <<: *ydb-node