Skip to main content

Installation

The service can be installed through the Portainer web interface. 

Learn about creating a new stack.

Docker Compose

Use the following code to install the service:

---
services:
  i-librarian:
    image: cgrima/i-librarian
    ports:
      - "2485:80"
    volumes:
      # Persistent Data
      - /srv/ilibrarian/:/app/data

      # Local Time for Container
      - /etc/localtime:/etc/localtime:ro