Skip to content
Permalink
5e9ece803d
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
26 lines (25 sloc) 475 Bytes
version: '3'
services:
ssh:
image: cueh/debian_ssh
ports:
- "242:22"
web:
image: cueh/scanningweb #cueh/php_apache
ports:
- "80:80"
volumes:
- data-volume:/var/www/html/ftp-uploads/
ftp:
image: cueh/ftpanon #stilliard/pure-ftpd
ports:
- "21:21"
- "30000-30009:30000-30009"
volumes:
- data-volume:/var/ftp/
smtp:
image: cueh/typewriter_postfix
ports:
- "25:25"
volumes:
data-volume: