Demo doesn't work

Issue #250 resolved
Former user created an issue

Opening the provided link loads a broken page. Static files are not resolved (404) and script loaders are outside the body of the page. Disappointing first look.

Comments (5)

  1. Admin Industi

    It is working now. 2.0.0-dev PRO version - im curious when it will be deployed to the PRO users.

  2. SH repo owner

    Closing for now. Restarting and reloading data sometimes fails, but we have set up watchdog for that reason, it should not happen anymore...

  3. SH repo owner

    @Industi You can run latest version with

    $ docker run \
        -p 25:25 \
        -p 80:80 \
        -p 110:110 \
        -p 143:143 \
        -p 443:443 \
        -p 465:465 \
        -p 587:587 \
        -p 993:993 \
        -p 995:995 \
        -v /etc/localtime:/etc/localtime:ro \
        -v /your-data-dir/data:/data \
        --name "mailserver" \
        -t poste.io/mailserver:dev
    

    There is ":dev" tag for running specific image

  4. Log in to comment