mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 05:04:56 +08:00
16 lines
235 B
YAML
16 lines
235 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
DailyhotApi:
|
|
build:
|
|
context: .
|
|
target: runner
|
|
ports:
|
|
- "6688:6688"
|
|
volumes:
|
|
- "./logs:/app/logs"
|
|
environment:
|
|
- PORT=6688
|
|
user: "114514"
|
|
restart: always
|