arp-spoofing/compose.yml

21 lines
No EOL
348 B
YAML

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