netgate-switch/compose.yaml
2024-08-12 15:38:58 +08:00

11 lines
233 B
YAML

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