initial commit
This commit is contained in:
3
.env
Normal file
3
.env
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
PUBLIC_IP=152.53.225.127
|
||||||
|
FTP_PASS=WHmH*E9xoL29vK0q6NjMA1AP*tq7
|
||||||
|
FTP_USER=nick
|
||||||
13
docker-compose.yaml
Normal file
13
docker-compose.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
services:
|
||||||
|
ftp-server:
|
||||||
|
container_name: ftp-server
|
||||||
|
environment:
|
||||||
|
- PUBLIC_IP=${PUBLIC_IP}
|
||||||
|
- FTP_PASS=${FTP_PASS}
|
||||||
|
- FTP_USER=${FTP_USER}
|
||||||
|
image: garethflowers/ftp-server
|
||||||
|
ports:
|
||||||
|
- "20-21:20-21/tcp"
|
||||||
|
- "40000-40009:40000-40009/tcp"
|
||||||
|
volumes:
|
||||||
|
- "/opt/paperless-ngx/consume:/home/ftp-server/nick"
|
||||||
Reference in New Issue
Block a user