Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker version not working #83

Open
changchichung opened this issue Jun 25, 2021 · 1 comment
Open

docker version not working #83

changchichung opened this issue Jun 25, 2021 · 1 comment

Comments

@changchichung
Copy link

Describe the bug
docker won't start

To Reproduce
Steps to reproduce the behavior:

  1. run the command
docker run --name "sharex-upload-server" -d \
    -v $(pwd)/src/config.json:/usr/src/app/config.json \
    -v $(pwd)/src/db.json:/usr/src/app/db.json \
    -v $(pwd)/src/server/uploads/:/usr/src/app/server/uploads/ \
    -p 805:80 -p 4435:443 \
    sharex-upload-server

and docker logs

chchang@hqdc039:~/docker/ShareX-Upload-Server$ docker logs -f sharex-upload-server 
linkify option is removed. Use linkify plugin instead:

import Remarkable from 'remarkable';
import linkify from 'remarkable/linkify';
new Remarkable().use(linkify)


  ======================================================================
  |  ________  ___  ___  ________  ________  _______   ________        |
  | |\   ____\|\  \|\  \|\   __  \|\   __  \|\  ___ \ |\   ____\       |
  | \ \  \___|\ \  \\\  \ \  \|\  \ \  \|\  \ \   __/|\ \  \___|_      |
  |  \ \_____  \ \   __  \ \   __  \ \   _  _\ \  \_|/_\ \_____  \     |
  |   \|____|\  \ \  \ \  \ \  \ \  \ \  \\  \\ \  \_|\ \|____|\  \    |
  |     ____\_\  \ \__\ \__\ \__\ \__\ \__\\ _\\ \_______\____\_\  \   |
  |    |\_________\|__|\|__|\|__|\|__|\|__|\|__|\|_______|\_________\  |
  |    \|_________|                                      \|_________|  |
  |                                                                    |
  |                                                                    |
  ======================================================================
  |  Creator: github.com/TannerReynolds                                |
  |  Discord: https://discord.gg/QTcU89d                               |
  ======================================================================
  |> [5:55:19 AM] | Connecting to Discord...
  |> [5:55:19 AM] | Secure server listening on port 443
  |> [5:55:19 AM] | Server using flexible SSL secure setting
To run a full SSL setting, ensure key.pem and cert.pem are in the /src folder
  |> [5:55:19 AM] | Loaded Command: banIP.js
  |> [5:55:19 AM] | Loaded Command: deleteFile.js
  |> [5:55:19 AM] | Loaded Command: eval.js
  |> [5:55:19 AM] | Loaded Command: exec.js
  |> [5:55:19 AM] | Loaded Command: help.js
  |> [5:55:19 AM] | Loaded Command: recentVisitors.js
  |> [5:55:19 AM] | Loaded Command: rename.js
  |> [5:55:19 AM] | Loaded Command: restart.js
  |> [5:55:19 AM] | Loaded Command: trafficfor.js
  |> [5:55:19 AM] | Loaded Command: unbanIP.js

and then nothing happened .
can't open the web in http/https
and no more log messages.

ShareS Version

Docker version

Desktop (please complete the following information):

  • OS: ubuntu 20.04
  • Browser : Firefox
  • Version : 89.0.1
@TheCuteFoxxy
Copy link

I would reccomend checking your configuration file and your webservers proxy settings first. Are you able to access other parts of the webserver (assuming you aren't running this alone on the webserver)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants