Update docker-compose.yml port mapping

This commit is contained in:
sysuid 2024-06-08 00:23:21 +08:00 committed by 奚玉帆
parent cf0e455007
commit e624671c2a

View file

@ -5,7 +5,7 @@ services:
container_name: k5web
network_mode: "bridge"
ports:
- "5173:5173"
- "5173:80"
environment:
- TZ=Asia/Shanghai
restart: always