mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-08 04:44:29 +00:00
11 lines
191 B
YAML
11 lines
191 B
YAML
version: "3.5"
|
|
services:
|
|
k5web:
|
|
build: .
|
|
container_name: k5web
|
|
network_mode: "bridge"
|
|
ports:
|
|
- "5173:80"
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
restart: always
|