Skip to content
Discussion options

You must be logged in to vote

Docker Setup

1. Folder Setup 📁

First create your Folder including the "data" Folder

2. Docker Compose 🛠️

You can use the given Docker Compose, but for UGOS it is advised to use full-paths, so here is my Docker Compose:

 services:
  lockstep-sync:
    image: ghcr.io/stephansergeev/obsidian-lockstep-sync:latest
    container_name: lockstep-sync
    restart: unless-stopped
    ports:
      - "8051:8080" # I remapped the Port to 8051
    volumes:
      - /volume1/docker/obsidian-lockstep-sync/data:/data #Your Folder-Path

Genrate Token

To access the Docker Container, and the SQlite DB, you have to use ssh to connect with the Ugreen NAS

Connect to your DB 🛜

To connect to your DB you open cmd

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@Carlvonher
Comment options

Answer selected by Carlvonher
Comment options

You must be logged in to vote
2 replies
@Carlvonher
Comment options

@Carlvonher
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants