mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-07 20:33:28 +00:00
Create docker-compose.yml
This commit is contained in:
parent
8bb37a94fc
commit
9ead2a17ae
1 changed files with 10 additions and 0 deletions
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
version: "3.5"
|
||||
services:
|
||||
k5web:
|
||||
build: .
|
||||
container_name: k5web
|
||||
ports:
|
||||
- "5173:5173"
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
restart: always
|
Loading…
Reference in a new issue