10 lines
204 B
YAML
10 lines
204 B
YAML
services:
|
|
teron-mock:
|
|
image: ghcr.io/dalibor31/ntech-fisk:latest
|
|
container_name: teron_mock
|
|
restart: unless-stopped
|
|
ports:
|
|
- "4566:4566"
|
|
volumes:
|
|
- ./fisk-data:/app/data
|