Skip to content

jlaunay/koshelf-git-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koshelf-git-docker

Unofficial Docker image for git version of KoShelf.


Edit Docker Compose

Edit the given compose file to fit your needs (HASHDOCSETTINGS etc.)

services:
  koshelf:
    container_name: koshelf-git
    build: .
    ports:
      - "3000:3000"
    volumes:
      - $SYNCTHING_DIR/books:/books
      - $SYNCTHING_DIR/stats:/settings
      # - $SYNCTHING_DIR/hashdocsettings:/hashdocsettings # Optional
      # - $SYNCTHING_DIR/docsettings:/docsettings # Optional
    environment:
      TITLE: "My KoShelf library" # Optional
      # DOCSETTINGS: /docsettings # Optional
      # HASHDOCSETTINGS: /hashdocsettings # Optional
    restart: unless-stopped

Then pull, build and run

docker compose pull
docker compose up -d --build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors