Skip to content

Commit 8408df0

Browse files
Merge pull request #2 from jayrgauthier/patch-1
Update docker-compose.yml
2 parents de342ef + 51bb649 commit 8408df0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ services:
3131
init:
3232
image: store/softwareag/commandcentral:10.1.0.1-server
3333
environment:
34-
CC_SERVER: cc
34+
- CC_SERVER=cc
3535
command: # any client command againt a remote server
3636
sagcc add landscape nodes alias=test2 url=https://test2:8093 -e 200
3737
depends_on:
38+
- test1
3839
- test2
3940
- cc

0 commit comments

Comments
 (0)