Update docker-compose.yml port mapping

This commit is contained in:
sysuid 2024-06-08 00:23:21 +08:00 committed by GitHub
parent 7356d6628f
commit 277b1e379c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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