security/compose.yml

13 lines
196 B
YAML
Raw Normal View History

2024-03-21 20:20:24 +00:00
version: "3"
services:
security:
image: mattersecurity
restart: unless-stopped
2024-08-09 22:04:35 +00:00
build:
context: ./
2024-03-21 20:20:24 +00:00
ports:
- "127.0.0.1:9876:9876"
volumes:
- "./db:/app/db"