Avoid exposing urbit http port
This commit is contained in:
parent
59dc568237
commit
28bd4bb509
@ -12,8 +12,7 @@ services:
|
||||
- ../config/urbit/run-urbit-ship.sh:/urbit/run-urbit-ship.sh
|
||||
- ../config/uniswap-interface/deploy-uniswap-app.sh:/urbit/deploy-uniswap-app.sh
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "12321:12321"
|
||||
- "80"
|
||||
healthcheck:
|
||||
test: ["CMD", "nc", "-v", "localhost", "80"]
|
||||
interval: 20s
|
||||
|
@ -41,7 +41,6 @@ network:
|
||||
ports:
|
||||
urbit-fake-ship:
|
||||
- 8080:80
|
||||
- 12321:12321
|
||||
uniswap-glob-host:
|
||||
- 3000:3000
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user