mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-05-17 15:09:50 +00:00
update gateway docker-compose.yml
This commit is contained in:
@@ -2,7 +2,7 @@ version: "3.9"
|
||||
services:
|
||||
hummingbot:
|
||||
container_name: hummingbot
|
||||
image: hummingbot/hummingbot:scripts-copy
|
||||
image: hummingbot/hummingbot:development
|
||||
volumes:
|
||||
- "./hummingbot_files/conf:/home/hummingbot/conf"
|
||||
- "./hummingbot_files/conf/connectors:/home/hummingbot/conf/connectors"
|
||||
@@ -24,7 +24,7 @@ services:
|
||||
|
||||
gateway:
|
||||
container_name: gateway
|
||||
image: hummingbot/gateway:move-list
|
||||
image: hummingbot/gateway:development
|
||||
ports:
|
||||
- "15888:15888"
|
||||
- "8080:8080"
|
||||
|
||||
Reference in New Issue
Block a user