mirror of
https://github.com/Genshin-bots/gsuid_core.git
synced 2025-06-08 00:19:42 +08:00
15 lines
248 B
YAML
15 lines
248 B
YAML
services:
|
|
gsuid-core:
|
|
build: .
|
|
container_name: gsuidcore
|
|
restart: always
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
dns:
|
|
- 114.114.114.114
|
|
- 114.114.115.115
|
|
ports:
|
|
- 8765:8765
|
|
volumes:
|
|
- ${PWD}:/app
|