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
|
- 5000:5000
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 443:443
|
||||||
volumes:
|
|
||||||
- .:/code
|
|
||||||
networks:
|
networks:
|
||||||
- mynetwork
|
- mynetwork
|
||||||
attacker:
|
attacker:
|
||||||
build: docker/attacker
|
build: docker/attacker
|
||||||
ports:
|
ports:
|
||||||
- 5001:5001
|
- 5001:5001
|
||||||
volumes:
|
|
||||||
- .:/code
|
|
||||||
networks:
|
networks:
|
||||||
- mynetwork
|
- mynetwork
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue