Browse Source

CLIENT_COUNT

lushdog@outlook.com 5 tháng trước cách đây
mục cha
commit
d95328653d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -4,7 +4,7 @@ services:
     container_name: nexus-client
     network_mode: host
     environment:
-      - CLIENT_COUNT=3
+      - CLIENT_COUNT=${CLIENT_COUNT}
     volumes:
       - ./logs:/app/logs
       - ./nexus_client.txt:/app/nexus_client.txt