Skip to content

Commit

Permalink
docs(readme): add comment for passive ports (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: Gareth Flowers <garethflowers@users.noreply.github.com>
  • Loading branch information
Feriman22 and garethflowers authored Jun 1, 2024
1 parent 76ada23 commit 39c29b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
image: garethflowers/ftp-server
ports:
- '20-21:20-21/tcp'
- '40000-40009:40000-40009/tcp'
- '40000-40009:40000-40009/tcp' # Only needed for passive mode
volumes:
- '/data:/home/user'
```
Expand Down

0 comments on commit 39c29b7

Please sign in to comment.