mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
12 lines
243 B
YAML
12 lines
243 B
YAML
services:
|
|
fabro:
|
|
image: ghcr.io/fabro-sh/fabro:nightly
|
|
restart: unless-stopped
|
|
ports:
|
|
- "32276:32276"
|
|
volumes:
|
|
- fabro-storage:/storage
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
|
|
volumes:
|
|
fabro-storage:
|