wifipumpkin3/docker-compose.yml
2020-06-23 10:48:02 -05:00

18 lines
524 B
YAML

version: '3.2'
services:
wifipumpkin3:
build:
context: .
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