build: 添加 Docker Compose 配置和唯一标识符
- 新增 docker-compose.yml 文件,用于配置 Chuanqi 服务器的 Docker 容器 - 添加唯一标识符文件 88888888888888888,内容为 2160299F-7788-4B22-8F7C-9A87827D2B4A
This commit is contained in:
19
docker-compose.yml
Normal file
19
docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
server:
|
||||
image: chuanqi-os:latest
|
||||
container_name: chuanqi-server-s1
|
||||
cpus: '0.5'
|
||||
stdin_open: true
|
||||
volumes:
|
||||
- .:/data/server/s1
|
||||
- ./wch:/etc/yum/wch
|
||||
entrypoint: "/data/server/s1/run.sh"
|
||||
network_mode: "host"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
TZ: Asia/Shanghai
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user