mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-09 13:24:38 +00:00
11 lines
166 B
YAML
11 lines
166 B
YAML
|
version: "3.5"
|
||
|
services:
|
||
|
k5web:
|
||
|
build: .
|
||
|
container_name: k5web
|
||
|
ports:
|
||
|
- "5173:5173"
|
||
|
environment:
|
||
|
- TZ=Asia/Shanghai
|
||
|
restart: always
|