mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-08 21:04:19 +00:00
10 lines
166 B
YAML
10 lines
166 B
YAML
version: "3.5"
|
|
services:
|
|
k5web:
|
|
build: .
|
|
container_name: k5web
|
|
ports:
|
|
- "5173:5173"
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
restart: always
|