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 | 1 |
1 files changed, 1 insertions, 0 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 a13a76bd7..4e3c5a240 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 @@ -35,6 +35,7 @@ services: - "${PORTSFTP}:22" volumes: - ./files/onap/:/home/onap/ + - ./fix-sftp-perms.sh:/etc/sftp.d/fix-sftp-perms.sh restart: on-failure command: onap:pano:1001 |