mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-06 20:02:38 +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
|
||||
network_mode: "bridge"
|
||||
ports:
|
||||
- "5173:5173"
|
||||
- "5173:80"
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
restart: always
|
||||
|
|
Loading…
Reference in a new issue