Skip to content

Commit

Permalink
#126 - Add MTU limiting. Make ATL compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Donovan committed Nov 25, 2019
1 parent ae62801 commit e40c6d8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
17 changes: 0 additions & 17 deletions docker/pseudo_dtn/docker-compose.yml

This file was deleted.

25 changes: 25 additions & 0 deletions docker/pseudo_dtn/docker-compose.yml.atl
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: '3.3'
services:
ftpd:
image: metabrainz/docker-anon-ftp:latest
ports:
- "10.201.2.21:20-21:20-21"
- "10.201.2.21:65500-65515:65500-65515"
volumes:
- "/tmp:/var/ftp:ro"
environment:
- FTPD_BANNER=Anonymous FTP Server
- PASV_ADDRESS=10.201.2.21

pseudo_dtn:
image: pseudo_dtn
ports:
- "10.100.1.21:9999:9999"
environment:
- SERVERIP=0.0.0.0
- SERVERPORT=9999
networks:
default:
driver: bridge
driver_opts:
com.docker.network.driver.mtu: 1496

0 comments on commit e40c6d8

Please sign in to comment.