arp-spoofing/compose.yml

19 lines
No EOL
289 B
YAML

services:
webserver:
build: docker/apache2
ports:
- 5000:5000
- 80:80
- 443:443
networks:
- mynetwork
attacker:
build: docker/attacker
ports:
- 5001:5001
networks:
- mynetwork
networks:
mynetwork:
external: false