mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-15 16:22:44 +00:00
7a9eef4264
pull from Github Registry
11 lines
221 B
YAML
11 lines
221 B
YAML
version: "3.5"
|
|
services:
|
|
k5web:
|
|
image: ghcr.io/silenty4ng/k5web:latest
|
|
container_name: k5web
|
|
network_mode: "bridge"
|
|
ports:
|
|
- "5173:80"
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
restart: always
|