mirror of
https://github.com/Redume/Shirino.git
synced 2024-11-06 00:33:59 +03:00
9 lines
220 B
YAML
9 lines
220 B
YAML
|
services:
|
||
|
shirino:
|
||
|
image: ghcr.io/shirino/shirino:latest
|
||
|
ports:
|
||
|
- '8080:8080'
|
||
|
restart: unless-stopped
|
||
|
volumes:
|
||
|
- '.config.yaml:/config.yaml'
|
||
|
- '.config_sample.yaml:/config_sample.yaml'
|