mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-05-22 19:31:19 +00:00
10 lines
214 B
YAML
10 lines
214 B
YAML
services:
|
|
server:
|
|
container_name: liteyukibot
|
|
image: liteyukibot:v7
|
|
restart: always
|
|
volumes:
|
|
- ./plugins:/liteyukibot/plugins
|
|
- ./data:/liteyukibot/data
|
|
ports:
|
|
- "8090:8080" |