Files
ofvp_Server/docker-compose.yaml
T

20 lines
409 B
YAML

version: "3.9"
volumes:
HttpInjectorData:
services:
ofvp_server:
build: .
privileged: true
restart: always
ports:
- 3000:3000/tcp
- 2222:22/tcp
- 8081:80/tcp
- 80:8081/tcp
- 7300:7300/tcp
- 10086:10086/udp
- 10086:10086/tcp
- 51820:51820/udp
volumes:
- /lib/modules/:/lib/modules/
- HttpInjectorData:/root/HttpInjectorServer