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