mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-15 16:22:44 +00:00
Update docker-compose.yml port mapping
This commit is contained in:
parent
7356d6628f
commit
277b1e379c
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