Skip to content

Commit 072f06f

Browse files
Pogrebnyak, SergeiPogrebnyak, Sergei
authored andcommitted
No license
1 parent 0c83985 commit 072f06f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
licenseKey.xml

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Modify [init.yaml](init.yaml) to configure product and fix repositories, poiting
2525
password: yourpass
2626
```
2727
28+
Add your 10.1 webMethods Microservices Container license file to the current folder as ```licenseKey.xml``` file.
29+
2830
## Building images
2931

3032
To build images using Command Central composite template run
@@ -52,10 +54,10 @@ docker images
5254
Run all 3 types of containers:
5355

5456
```bash
55-
docker-compose up -d simple unmanaged managed
57+
docker-compose up -d cc simple unmanaged managed
5658
```
5759

58-
Wait up to 1 minute and access them as:
60+
Wait up to 2 minutes and access them as:
5961

6062
* Simple - [http://0.0.0.0:5551/](http://0.0.0.0:5551/)
6163
* Unmanaged - [http://0.0.0.0:5552/](http://0.0.0.0:5552/)

0 commit comments

Comments
 (0)