Skip to content

Commit

Permalink
chore: Fixup Dockerfile ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-reymann committed Jul 20, 2024
1 parent 8bebbae commit 62bf92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ENV PASSIVE_MAX_PORT=10100
ENV PUBLIC_HOST="127.0.0.1"
ENV BANNER="Welcome to chrooted-ftp!"
ENV USER_FTP_POSTFIX=/data
ENV NO_USER_FTP_POSTFIX=
ENV NO_USER_FTP_POSTFIX=""

EXPOSE 21
EXPOSE 10090-10100
Expand Down

0 comments on commit 62bf92b

Please sign in to comment.