mirror of
https://github.com/Cronocide/wifipumpkin3.git
synced 2025-01-22 19:37:18 +00:00
18 lines
524 B
YAML
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
|