netgate-switch/compose.yaml
2024-08-05 13:34:44 +08:00

9 lines
171 B
YAML

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