Change the way you provide the public key. Update documentation.

This commit is contained in:
2022-12-26 23:48:35 +02:00
parent ab9acca35f
commit c436e3babc
3 changed files with 7 additions and 7 deletions

View File

@ -20,7 +20,7 @@ services:
- "127.0.0.1:17100:17099"
- "4160:4160"
environment:
- PBKEY=
- PBKEY=$PBKEY
- PPORT=4160
uam_2:
@ -42,7 +42,7 @@ services:
- "127.0.0.1:17101:17099"
- "4161:4161"
environment:
- PBKEY=
- PBKEY=$PBKEY
- PPORT=4161
uam_3:
@ -64,5 +64,5 @@ services:
- "127.0.0.1:17102:17099"
- "4162:4162"
environment:
- PBKEY=
- PBKEY=$PBKEY
- PPORT=4162