Remove unnecessary volume mappings from Docker Compose configuration
This commit is contained in:
parent
4aae1f4dd7
commit
c78722e2d6
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue