mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
16 lines
224 B
YAML
16 lines
224 B
YAML
version: "3.8"
|
|
services:
|
|
lx:
|
|
container_name: lx-server
|
|
build: .
|
|
ports:
|
|
- "9763:9763"
|
|
volumes:
|
|
- .:/app
|
|
environment:
|
|
TZ: 'Asia/Shanghai'
|
|
restart: always
|
|
networks:
|
|
default:
|
|
|