From f34b3816c7224c6966d1c9a4c2e423adc5087215 Mon Sep 17 00:00:00 2001 From: ITQ Date: Sun, 2 Mar 2025 17:24:56 +0300 Subject: [PATCH] (scope): [body] [footer(s)] --- compose.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/compose.yaml b/compose.yaml index 7eaa8c7..95f3070 100644 --- a/compose.yaml +++ b/compose.yaml @@ -376,6 +376,12 @@ services: context: ./services/checker dockerfile: Dockerfile restart: unless-stopped + ports: + - name: web + target: 8000 + published: 8009 + host_ip: 0.0.0.0 + protocol: tcp volumes: - type: bind source: /var/run/docker.sock