first commit
This commit is contained in:
@@ -4,8 +4,8 @@ services:
|
||||
container_name: newploit-web
|
||||
hostname: insecure.newploit.com
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "8080:80"
|
||||
- "8443:443"
|
||||
environment:
|
||||
DB_HOST: db
|
||||
DB_NAME: newploit
|
||||
@@ -38,18 +38,6 @@ services:
|
||||
networks:
|
||||
- newploit
|
||||
|
||||
ftp:
|
||||
image: delfer/alpine-ftp-server
|
||||
container_name: newploit-ftp
|
||||
ports:
|
||||
- "21:21"
|
||||
- "21000-21010:21000-21010"
|
||||
environment:
|
||||
USERS: "anonymous|anonymous"
|
||||
ADDRESS: insecure.newploit.com
|
||||
networks:
|
||||
- newploit
|
||||
|
||||
networks:
|
||||
newploit:
|
||||
driver: bridge
|
||||
|
||||
Reference in New Issue
Block a user