We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f59e9 commit 6f6fe70Copy full SHA for 6f6fe70
1 file changed
docker-compose.yaml
@@ -14,6 +14,8 @@ services:
14
DXPORT: 8000 # Port of DXCluster upstream
15
DXCALL: [my_call] # Login-Call for Cluster
16
DXPASSWORD: [my_password] # Login-Passwort for Cluster (in most of all cases leave this blank!!
17
+ # If CLUSTERS is filled / present, it overrides the above DX-Parameters. Please check carefully the JSON-Syntax here!
18
+ CLUSTERS: '[{ "host": "dxfun.com", "port": 8000, "call":"[mycall]", "loginPrompt": "login" }, { "host": "cluster.sota.org.uk", "port": 7300, "call":"[mycall]", "loginPrompt": "login" }]'
19
POTA_INTEGRATION: false # wether to poll POTA for spots
20
POTA_POLLING_INTERVAL: 120 # polling interval for POTA in seconds
21
ports:
0 commit comments