linkding
linkding is a bookmark manager that you can host yourself. It’s designed be to be minimal, fast, and easy to set up using Docker.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
linkding:
container_name: "${LD_CONTAINER_NAME:-linkding}"
image: sissbruecker/linkding:latest
ports:
- "${LD_HOST_PORT:-9090}:9090"
volumes:
- "${LD_HOST_DATA_DIR:-./data}:/etc/linkding/data"
env_file:
- .env
restart: unless-stoppedResources
GitHub: https://github.com/sissbruecker/linkding
Docker Hub: https://hub.docker.com/r/sissbruecker/linkding
Configuration: https://github.com/sissbruecker/linkding#installation