Create docker-compose.yml

This commit is contained in:
sysuid 2024-06-07 12:38:01 +08:00 committed by GitHub
parent 8bb37a94fc
commit 9ead2a17ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
version: "3.5"
services:
k5web:
build: .
container_name: k5web
ports:
- "5173:5173"
environment:
- TZ=Asia/Shanghai
restart: always