Skip to content

clean install (docker) results in smp server stopping  #1414

Open
@michaelsmolka

Description

@michaelsmolka

Hi there,
just discovered, as I moved my simpexmq instance to a new server: With clean install via docker, the smp server container immediately stops. Unfortunately without leaving any error in the logs.

Tried some earlier releases and finally drilled it down to the following solution:
Clean install v6.06 and after that upgrading (while keeping the files in their folders) to the more recent releases keeps everything up and running.

Unfortunately (as mentioned above) there is nothing in the logs that could give even the smallest hint, why the container crashes.

We were able to reproduce this beaviour on two machines (both Synology NAS, running DSM 7.2).

Maybe it helps, here is the compose file content:

services:
  smp:
    image: simplexchat/smp-server:latest
    container_name: simplexmq-smp
    ports:
      - 5223:5223
    environment:
      - ADDR=xxxx
      - PASS=xxxx
    volumes:
      - ./smp/config:/etc/opt/simplex:z
      - ./smp/logs:/var/opt/simplex:z
    network_mode: bridge
    restart: always
  
  xftp:
    image: simplexchat/xftp-server:latest
    container_name: simplexmq-xftp
    ports:
      - 5224:443
    environment:
      - ADDR=xxx
      - QUOTA=1gb
    volumes:
      - ./xftp/config:/etc/opt/simplex-xftp:z
      - ./xftp/logs:/var/opt/simplex-xftp:z
      - ./xftp/files:/srv/xftp:z
    network_mode: bridge
    restart: always

Unfortunately I'm far from being tech savy enough to find out, what changed after v6.06 that causese this issue. I'm happy to have the server up and running (with the help of a friend of mine).
But I guess, for the developers it would be relatively easy to check this and find the reason.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions