mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-08 04:44:29 +00:00
Update docker-compose.yml port mapping
This commit is contained in:
parent
cf0e455007
commit
e624671c2a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ services:
|
||||||
container_name: k5web
|
container_name: k5web
|
||||||
network_mode: "bridge"
|
network_mode: "bridge"
|
||||||
ports:
|
ports:
|
||||||
- "5173:5173"
|
- "5173:80"
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in a new issue