Skip to content

Error launch startup command #24

@gmcaixeta

Description

@gmcaixeta

On this new version, I am having this issue.

Image

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:

linuxserver/docker-calibre#82

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions