NeonLink

First, create an empty bookmarks.sqlite file in the installation folder (i.e. /srv/disk/files/neonlink)

Then run the docker-compose.

version: "3.8"

services:
  neonlink:
    image: alexscifier/neonlink
    container_name: neonlink
    volumes:
      - ./bookmarks.sqlite:/app/db/bookmarks.sqlite
      - ./background:/app/public/static/media/background
    restart: unless-stopped
    ports:
      - "80:3333"



Revision #2
Created 30 December 2022 15:20:41 by Admin
Updated 21 November 2024 22:16:20 by Admin