Files
templates/blueprints/linkding/docker-compose.yml
Jainil Prajapati 🪐 8a803ae66a Add Linkding entry to meta.json (#231)
* Add GitLab CE entry to meta.json

- Introduced a new entry for GitLab Community Edition, including a detailed description, logo, and relevant links.
- Reformatted tag lists for consistency across all entries.

* Add Linkding entry to meta.json

- Introduced a new entry for Linkding, a self-hosted bookmark manager, including a description, logo, and relevant links.
- Updated tag lists to include "bookmark-manager" and "self-hosted" for better categorization.
2025-07-20 21:46:35 -06:00

10 lines
192 B
YAML

version: "3.8"
services:
linkding:
image: sissbruecker/linkding:latest
restart: unless-stopped
ports:
- 9090
volumes:
- ../files/linkding-data:/etc/linkding/data