wireadmin/docker-compose.dev.yml
Shahrad Elahi bd2ddbb08b
fix
2024-05-29 19:19:36 +03:30

16 lines
329 B
YAML

services:
wireadmin:
image: ghcr.io/wireadmin/wireadmin
build:
context: .
dockerfile: Dockerfile-Dev
volumes:
- ./web/:/app/
ports:
- '5173:5173'
environment:
- WG_HOST=192.168.88.252
- ADMIN_PASSWORD=password
extra_hosts:
- 'host.docker.internal:host-gateway'