Configuration of Orthanc Server on Synology with Docker getting issue

505 views Asked by At

My configuration inside docker-compose.yml with Orthanc is

      orthanc-42:
        image: jodogne/orthanc-plugins
        ports:
          - '4242:4242'
          - '8042:8042'
      volumes:
        # Config
        - ./config/42/orthanc.json:/etc/orthanc/orthanc.json:ro
        - ./config/42/transcodeAndForward.lua:/etc/share/orthanc/scripts/transcodeAndForward.lua
        - ./config/42/countSearch.py:/etc/share/orthanc/scripts/countSearch.py
        # Here i have mount My Synology storage path
        - /mnt/win_share/Jarry/test/46/:/var/lib/orthanc/db/'

I get this error while running docker-compose up:

nginx-orthanc_orthanc-42_1 exited with code 255
0

There are 0 answers