Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mangad

services:
  tachidesk:
    image: ghcr.io/suwayomi/tachidesk
    restart: unless-stopped

  mangad:
    image: ghcr.io/clementd64/mangad
    user: 1000:1000
    command: -url http://tachidesk:4567/ -config /config.yaml -interval 6h -wait-for-it
    working_dir: /manga
    volumes:
      - ./manga:/manga
      - ./config.yaml:/config.yaml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors