mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 07:03:00 +08:00
15 lines
250 B
YAML
15 lines
250 B
YAML
version: '3'
|
|
|
|
services:
|
|
ray-template:
|
|
build: .
|
|
container_name: ray-template
|
|
restart: unless-stopped
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
ports:
|
|
- "9527:9527"
|
|
# if you want to persist
|
|
# volumes:
|
|
# - ./app:/app
|