Skip to content

xlrl/docker-perkeep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

docker-perkeep

This is a docker image for perkeep.

This image is based on Alpine Linux und thus pretty small (~260MiB).

Usage

Use this image like this (we suppose the directory foo):

version: "3"
services:
    server:
        image: xlrl/perkeep:latest
        ports:
            - "3179"
        volumes:
            - ./conf:/root/.config/perkeep
            - ./data:/root/var/perkeep
        restart: always

You can then start the server for the first time:

docker-compose up

This will generate a default configuration in conf.

For configuration options, see Perkeep Docs.

License

This image is licensed under the MIT License, see [LICENSE].

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages