diff options
Diffstat (limited to 'test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml')
-rw-r--r-- | test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml index 9612c9235..5a1bdacd4 100644 --- a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml +++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml @@ -26,7 +26,7 @@ services: restart: on-failure sftp-server-${I}: - container_name: sftp-server-$I + container_name: sftp-server-${I} image: atmoz/sftp:alpine networks: front: @@ -40,7 +40,7 @@ services: command: onap:pano:1001 ftpes-server-vsftpd-${I}: - container_name: ftpes-server-vsftpd-$I + container_name: ftpes-server-vsftpd-${I} image: docker.io/panubo/vsftpd networks: front: |