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 4ac1202 + 8408df0 commit e10af1eCopy full SHA for e10af1e
docker-compose.yml
@@ -31,9 +31,10 @@ services:
31
init:
32
image: store/softwareag/commandcentral:10.1.0.1-server
33
environment:
34
- CC_SERVER: cc
+ - CC_SERVER=cc
35
command: # any client command againt a remote server
36
sagcc add landscape nodes alias=test2 url=https://test2:8093 -e 200
37
depends_on:
38
+ - test1
39
- test2
40
- cc
0 commit comments