wireadmin/docker-compose.dev.yml
2024-04-20 23:36:45 +03:30

14 lines
261 B
YAML

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