wireadmin/docker-compose.dev.yml
2023-12-11 03:30:21 +03:30

15 lines
312 B
YAML

version: "3.8"
services:
wireadmin:
image: wireadmin
volumes:
- ./web/:/app/
ports:
- "5173:5173"
environment:
- UI_PASSWORD=password
- WG_HOST=192.168.1.102
- TOR_SOCKS5_PROXY=host.docker.internal:1080
extra_hosts:
- "host.docker.internal:host-gateway"