security/compose.yml

11 lines
167 B
YAML
Raw Normal View History

2024-03-21 20:20:24 +00:00
version: "3"
services:
security:
image: mattersecurity
restart: unless-stopped
ports:
- "127.0.0.1:9876:9876"
volumes:
- "./db:/app/db"