-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Description
On this new version, I am having this issue.
And also appears this log (maybe it is not related)
trading-broker | Obt-Message: Xinerama extension is not present on the server
trading-broker | ***** Imlib2 Developer Warning ***** :
trading-broker | This program is calling the Imlib call:
trading-broker |
trading-broker | imlib_free_image();
trading-broker |
trading-broker | With the parameter:
trading-broker |
trading-broker | image
trading-broker |
trading-broker | being NULL. Please fix your program.
Looking into that issue, I found this:
Solution:
adding:
security_opt:
- seccomp=unconfined
services:
mt5:
build: .
image: gmag11/metatrader5_vnc
container_name: mt5
volumes:
- ./config:/config
ports:
- 3000:3000
- 8001:8001
security_opt:
- seccomp=unconfined
env_file:
- .env
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels