wifipumpkin3/docker-compose.yml

19 lines
550 B
YAML

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