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

ajanvier/docker-garradin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ THIS PROJECT IS NOT MAINTAINED ANYMORE ⚠️

Consider using SamuelAllain's image as a replacement ➡️ https://hub.docker.com/r/samuelallain/garradin (GitHub repo)

It's up-to-date with PHP 8.1 and Garradin 1.1.25 (as of June 15th, 2022).

Garradin on Alpine Linux with Docker

Docker Build Status Docker Image Size

A Docker image for Garradin.

Usage

Start the Docker container:

docker run -p 80:80 \
    -v ./association.sqlite:/src/association.sqlite \
    ajanvier/garradin

Or use the example docker-compose.yml.

An existing association.sqlite file is required to use this image.