diff options
Diffstat (limited to 'test/mocks/datafilecollector-testharness/dr-sim/docker-compose.yml')
-rw-r--r-- | test/mocks/datafilecollector-testharness/dr-sim/docker-compose.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/mocks/datafilecollector-testharness/dr-sim/docker-compose.yml b/test/mocks/datafilecollector-testharness/dr-sim/docker-compose.yml index efcc33f58..e60a742c6 100644 --- a/test/mocks/datafilecollector-testharness/dr-sim/docker-compose.yml +++ b/test/mocks/datafilecollector-testharness/dr-sim/docker-compose.yml @@ -3,15 +3,15 @@ services: drsim: image: drsim_common:latest ports: - - "3906:3906" - - "3907:3907" + - "3906:3906" + - "3907:3907" container_name: drsim command: node dmaapDR.js drsim_redir: image: drsim_common:latest ports: - - "3908:3908" - - "3909:3909" + - "3908:3908" + - "3909:3909" container_name: drsim_redir command: node dmaapDR_redir.js |