wireadmin/docker-compose.dev.yml

15 lines
311 B
YAML
Raw Normal View History

version: "3.8"
services:
wireadmin:
image: wireadmin
volumes:
- ./web/:/app/
2023-11-02 13:02:33 +00:00
ports:
- "5173:5173"
environment:
- UI_PASSWORD=password
2023-09-26 03:58:15 +00:00
- WG_HOST=192.168.1.102
2023-09-27 07:01:52 +00:00
- TOR_SOCKS5PROXY=host.docker.internal:1080
extra_hosts:
- "host.docker.internal:host-gateway"