Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 544 Bytes

File metadata and controls

30 lines (22 loc) · 544 Bytes

Install Docker and Docker Compose

Step 1: Configure the config.json file

cp config-example.json config.json

Step 2: Adjust config.json

Step 3: Configure nginx

See Nginx Config

Step 4: Build the Docker image

docker-compose build

Step 5: Run the Docker container

docker-compose up -d

Step 6: Generate a key

docker-compose exec sharex-server node gen_key.js

Step 7: Configure ShareX

Got to http(s)://<server_url>/config to get the ShareX configuration.