mirror of
https://github.com/rishikanthc/Scriberr.git
synced 2026-06-28 06:46:25 +00:00
13 lines
201 B
YAML
13 lines
201 B
YAML
services:
|
|
scriberr:
|
|
image: ghcr.io/rishikanthc/scriberr:latest
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- scriberr_data:/app/data
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
scriberr_data:
|
|
|