Skip to content

eternalevelyn/linksnatch-docker

Repository files navigation

linksnatch-docker

A docker setup repository for Linksnatch. Pretty simple to run.

Automatic Installation

Just chmod the script/run it (on Linux) or run the batch file (on Windows).

sudo chmod +x install.sh && install.sh

or

install.bat

Manual installation

This is a bit more complicated. This would be the manual install path, if the previous scripts didn't work.

Running the prebuilt image:

docker-compose --file docker-compose-prebuilt.yaml up -d

Building the image locally:

docker build . -t linksnatch:latest # this builds the container image from scratch
docker-compose up -d # this runs the container

About

A docker setup repository for Linksnatch

Resources

License

Stars

Watchers

Forks

Releases

No releases published