From 6622e67d93ea086ebc1b0a80d85ca0ced7aab0f6 Mon Sep 17 00:00:00 2001 From: KirillKurdyukov Date: Wed, 11 Jun 2025 15:48:00 +0300 Subject: [PATCH] dev: fixed compose.yaml for docker-compose 2.* and 3.* --- slo/playground/configs/compose.yaml | 3 --- 1 file changed, 3 deletions(-) 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