Skip to content

Commit d805269

Browse files
Merge branch 'master' into develop
2 parents eba1ad5 + 3f0ba36 commit d805269

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ ARG SOURCE_REGISTRY=store/softwareag
22
ARG RELEASE=10.2
33

44
FROM $SOURCE_REGISTRY/commandcentral:$RELEASE-server
5-
65
# customize Command Central settings example
76
RUN echo com.softwareag.platform.management.client.template.composite.skip.restart.runtimes=true>>$SAG_HOME/profiles/CCE/configuration/config.ini

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Login to Docker with your Docker ID from your console and verify you can downloa
1010
```bash
1111
docker login
1212
docker pull store/softwareag/commandcentral:10.2-server
13-
```
1413

1514
## Starting a default Command Central server
1615

docker-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ version: "3"
33
services:
44
cc:
55
image: store/softwareag/commandcentral:10.2-server
6-
# image: softwareag/commandcentral:10.2-server
76
ports:
87
- "8090:8090"
98
- "8091:8091"
@@ -12,7 +11,6 @@ services:
1211

1312
test1:
1413
image: store/softwareag/commandcentral:10.2-node
15-
# image: softwareag/commandcentral:10.2-node
1614
ports:
1715
- "5555:5555" # IS
1816
- "9000:9000" # UM
@@ -25,7 +23,6 @@ services:
2523

2624
init:
2725
image: store/softwareag/commandcentral:10.2-server
28-
# image: softwareag/commandcentral:10.2-server
2926
environment:
3027
- CC_SERVER=cc
3128
- CC_PASSWORD

0 commit comments

Comments
 (0)