Skip to content

Commit

Permalink
update mt5any terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
seekersoftec committed Dec 5, 2024
1 parent 4a1ba26 commit 7bb3fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mt5any/terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ class DockerizedMT5Terminal:
__exit__(exc_type, exc_val, exc_tb): Stop the container using the context manager.
"""

IMAGE: ClassVar[str] = "metatrader5-terminal:latest"
FALLBACK_IMAGE: ClassVar[str] = "ghcr.io/ramin951/metatrader5-terminal:latest"
IMAGE: ClassVar[str] = "docker.io/fortesenselabs/metatrader5-terminal:latest"
FALLBACK_IMAGE: ClassVar[str] = "ghcr.io/fortesenselabs/metatrader5-terminal:latest"
CONTAINER_NAME: ClassVar[str] = "itbot-mt5"
PORTS: ClassVar[dict[str, int]] = {"web": 8000, "vnc": 5900, "rpyc": DEFAULT_SERVER_PORT}

Expand Down

0 comments on commit 7bb3fe9

Please sign in to comment.