Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

A docker image for obsidian using the linuxserver.io base image.

License

Notifications You must be signed in to change notification settings

rsmacapinlac/docker-obsidian

Repository files navigation

LinuxServer.io has created a version under their fleet. I will be archving this container.

docker-obsidian

A docker image for Obsidian.md using the linuxserver.io's KASM base image.

Usage

Here are some example snippets to help you get started creating a container.

docker-compose

---

version: '3'
services:
  obsidian:
    image: 'rsmacapinlac/docker-obsidian:latest'
    container_name: obsidian
    restart: unless-stopped
    ports:
      - 8080:8080
    volumes:
      - ./obsidian/config:/config
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=America/Vancouver

Development

User the test file to build the container using the following command.

# builds and starts the container
# after, container is accessible using http://localhost:8080
docker compose -f docker-compose-test.yml up

Credits

About

A docker image for obsidian using the linuxserver.io base image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published