Initial import
This commit is contained in:
parent
4cbea31c9c
commit
f80c14bf4f
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
FROM stilliard/pure-ftpd
|
FROM stilliard/pure-ftpd
|
||||||
|
|
||||||
|
RUN mv run.sh /run-pure-ftpd.sh
|
||||||
ADD run.sh /run.sh
|
ADD run.sh /run.sh
|
||||||
|
|
||||||
|
|
||||||
|
|
2
run.sh
Normal file → Executable file
2
run.sh
Normal file → Executable file
|
@ -7,3 +7,5 @@ pure-pw useradd dt-site \
|
||||||
-m \
|
-m \
|
||||||
-d /sites/dt-site
|
-d /sites/dt-site
|
||||||
|
|
||||||
|
exec /run-pure-ftpd.sh -c 30 -C 10 -l puredb:/etc/pure-ftpd/pureftpd.pdb -E -j -R -P $PUBLICHOST -p 30000:30059
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue