From c81e8381f974c4a2c309478b1af42e8430ca01c1 Mon Sep 17 00:00:00 2001 From: bvn13 Date: Fri, 11 Oct 2024 22:06:40 +0300 Subject: [PATCH] add hostname --- docker-compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 6c6c845..823df7b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -7,6 +7,7 @@ networks: services: bot: + hostname: jedoist-client # build: ./ image: localhost:5001/jedoist-client:${APP_VERSION} environment: @@ -18,4 +19,4 @@ services: - ${CONFIG_FILE}:/mnt/config.json restart: on-failure networks: - - jedoist \ No newline at end of file + - jedoist