We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 270f522 + 5b21aae commit a48d95aCopy full SHA for a48d95a
integration/docker-compose.yml
@@ -3,7 +3,7 @@ version: "3.4"
3
services:
4
5
opcua-server-first:
6
- image: mcr.microsoft.com/iotedge/opc-plc:2.12.24
+ image: mcr.microsoft.com/iotedge/opc-plc:2.12.25
7
command:
8
- --plchostname=opcua-server-first
9
- --unsecuretransport
@@ -12,7 +12,7 @@ services:
12
- ./pki-server:/app/pki
13
14
opcua-server-second:
15
16
17
- --plchostname=opcua-server-second
18
- --disableanonymousauth
0 commit comments