mirror of
https://github.com/Qoyyuum/Forex-MT5-Bot.git
synced 2026-02-22 23:53:15 +00:00
8 lines
117 B
YAML
8 lines
117 B
YAML
version: '3.4'
|
|
|
|
services:
|
|
forexzmq:
|
|
image: forexzmq
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|