expose port at 8080

This commit is contained in:
Jixun Wu 2022-11-26 17:43:02 +00:00
parent bf6bf9f3b8
commit 8f6d764f2b
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 0.0.0.0:8080:8080
- 127.0.0.1:8080:3000