9 lines
168 B
YAML
9 lines
168 B
YAML
services:
|
|
netgate-switch:
|
|
build: .
|
|
ports:
|
|
- '7000:7000'
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /home/ns:/config
|