Skip to content

Commit 51bb649

Browse files
authored
Update docker-compose.yml
Add test1 to init target so that is also created by default. Change the environment syntax to be all of the form - XX=y.
1 parent de342ef commit 51bb649

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)