change port
This commit is contained in:
parent
bdf7e88d3b
commit
fccaeac7c3
|
@ -4,6 +4,6 @@ services:
|
||||||
web:
|
web:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "100.104.163.2:3000:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/usr/src/app
|
- .:/usr/src/app
|
Loading…
Reference in New Issue