Forex-MT5-Bot/xm/docker-compose.yml
2021-09-25 11:43:06 +08:00

12 lines
342 B
YAML

version: "3.3"
services:
mt5:
image: solarkennedy/wine-x11-novnc-docker
ports:
- "8081:8080"
environment:
WINEPREFIX: "/root/prefix64"
WINEARCH: win64
volumes:
- "./XM Global MT5:/root/prefix64/drive_c/Program Files/XM Global MT5"
- "./supervisord.conf:/etc/supervisor/conf.d/supervisord.conf"