mirror of
https://github.com/wireadmin/wireadmin
synced 2025-01-22 20:15:29 +00:00
13 lines
280 B
YAML
13 lines
280 B
YAML
version: "3.8"
|
|
services:
|
|
wireadmin:
|
|
image: wireadmin
|
|
volumes:
|
|
- ./src/:/app/
|
|
environment:
|
|
- UI_PASSWORD=password
|
|
- WG_HOST=192.168.1.102
|
|
- TOR_SOCKS5PROXY=host.docker.internal:1080
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|