wifipumpkin3/docker-compose.yml

19 lines
550 B
YAML
Raw Normal View History

2020-06-23 15:48:02 +00:00
version: '3.2'
services:
wifipumpkin3:
build:
context: .
env_file: env.env
2020-06-23 15:48:02 +00:00
privileged: true
network_mode: "host"
volumes:
- type: bind
source: ./scripts
target: /root/.config/wifipumpkin3/scripts
- type: bind
source: ./logs
target: /root/.config/wifipumpkin3/logs
- type: bind
source: ./config
target: /root/.config/wifipumpkin3/config