netgate-switch/compose.yaml
2024-08-05 13:25:59 +08:00

9 lines
182 B
YAML

services:
netgate-switch:
build: .
ports:
- '7000:7000'
restart: unless-stopped
volumes:
- /home/ns:/etc/netgateswitch:ro