Remove unnecessary volume mappings from Docker Compose configuration

This commit is contained in:
Lukian 2025-01-21 09:39:50 +01:00
parent 4aae1f4dd7
commit c78722e2d6

View file

@ -5,16 +5,12 @@ services:
- 5000:5000
- 80:80
- 443:443
volumes:
- .:/code
networks:
- mynetwork
attacker:
build: docker/attacker
ports:
- 5001:5001
volumes:
- .:/code
networks:
- mynetwork