fix: listen all ip
All checks were successful
Deploy Static Website / Deploy to Web Server (push) Successful in 1m35s

This commit is contained in:
sangge 2023-12-25 00:33:21 +08:00
parent bb2a674bd1
commit f654d4f55b

View File

@ -28,4 +28,4 @@ jobs:
- name: Start Docker
run: |
docker run -d -p 4010:80 git.mamahaha.work/sangge/hhl:latest
docker run -d -p 0.0.0.0:4010:80 git.mamahaha.work/sangge/hhl:latest