mirror of
https://github.com/TDSCDMAA/AutoMihoyoBBS.git
synced 2026-06-10 14:12:31 +08:00
11 lines
174 B
YAML
11 lines
174 B
YAML
|
|
version: "3"
|
||
|
|
|
||
|
|
services:
|
||
|
|
mihoyo-bbs:
|
||
|
|
image: darkatse/mihoyo-bbs
|
||
|
|
environment:
|
||
|
|
- CRON_SIGNIN=30 9 * * *
|
||
|
|
- MULTI=TRUE
|
||
|
|
volumes:
|
||
|
|
- .:/var/app
|