diff options
Diffstat (limited to 'test/mocks/pnfsimulator/docker-compose.yml')
-rw-r--r-- | test/mocks/pnfsimulator/docker-compose.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/mocks/pnfsimulator/docker-compose.yml b/test/mocks/pnfsimulator/docker-compose.yml index 6a381bd75..5f73cde74 100644 --- a/test/mocks/pnfsimulator/docker-compose.yml +++ b/test/mocks/pnfsimulator/docker-compose.yml @@ -35,5 +35,6 @@ services: - "2222:22" volumes: - ./sftp:/home/sftp-user/sftp + - ./ssh/ssh_host_rsa_key.pub:/home/sftp-user/.ssh/keys/ssh_host_rsa_key.pub:ro restart: on-failure - command: sftp-user:sftp-password
\ No newline at end of file + command: sftp-user::1001
\ No newline at end of file |