Skip to content

Commit

Permalink
Added ready script to ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Mar 27, 2024
1 parent fb37a4f commit 7572e5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ services:
image: atmoz/sftp:latest
ports:
- "2222:22"
command: foundatio:password:::storage
command: foundatio:password:::storage
ready:
image: andrewlock/wait-for-dependencies
depends_on:
- sftp

0 comments on commit 7572e5e

Please sign in to comment.