Skip to content

Commit a0defd3

Browse files
authored
Update docker-compose.yaml
1 parent 6f6fe70 commit a0defd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ services:
1414
DXPORT: 8000 # Port of DXCluster upstream
1515
DXCALL: [my_call] # Login-Call for Cluster
1616
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" }]'
17+
# If CLUSTERS is filled / present, it overrides the above DX-Parameters. The "cluster"-parameter is optional. if not set, or set to the same value, the last spot will be taken. if different: multiple spots on same QRG are displayed. Please check carefully the JSON-Syntax here!
18+
CLUSTERS: '[{ "host": "dxfun.com", "port": 8000, "call":"[mycall]", "loginPrompt": "login", "cluster":"DXCluster" }, { "host": "cluster.sota.org.uk", "port": 7300, "call":"[mycall]", "loginPrompt": "login","cluster":"DXCluster" }]'
1919
POTA_INTEGRATION: false # wether to poll POTA for spots
2020
POTA_POLLING_INTERVAL: 120 # polling interval for POTA in seconds
2121
ports:

0 commit comments

Comments
 (0)