From 63265eb3daa2d803b3171e17392379a54f8b27a5 Mon Sep 17 00:00:00 2001 From: grasdk <115414609+grasdk@users.noreply.github.com> Date: Sat, 27 Jul 2024 21:52:08 +0200 Subject: [PATCH] Feature/v112 (#26) * updated version numbers * updated description for v1.1.2 * updated description --- Dockerfile | 10 +++++----- README.md | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index d288473..2b498cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG PHP_VERSION=8.2 # Using PHP-Apache image FROM php:${PHP_VERSION}-apache ARG PHP_VERSION -ARG GALETTE_VERSION=1.1.1 +ARG GALETTE_VERSION=1.1.2 ARG GALETTE_RELEASE=galette-${GALETTE_VERSION} # Maintained by GrasDK for Galette community @@ -13,12 +13,12 @@ LABEL maintainer="GrasDK" ## Plugins versions -ARG PLUGIN_AUTO_VERSION="2.1.0" -ARG PLUGIN_EVENTS_VERSION="2.1.0" +ARG PLUGIN_AUTO_VERSION="2.1.1" +ARG PLUGIN_EVENTS_VERSION="2.1.1" ARG PLUGIN_FULLCARD_VERSION="2.1.0" ARG PLUGIN_MAPS_VERSION="2.1.0" -ARG PLUGIN_OBJECTSLEND_VERSION="2.1.0" -ARG PLUGIN_PAYPAL_VERSION="2.1.0" +ARG PLUGIN_OBJECTSLEND_VERSION="2.1.1" +ARG PLUGIN_PAYPAL_VERSION="2.1.1" LABEL description="PHP $PHP_VERSION / Apache 2 / $GALETTE_RELEASE" diff --git a/README.md b/README.md index a1b0cce..4075768 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ If you want to contribute to containerized galette, take a look [here](./CONTRIB ## Prerequisites This docker image has no included database, so you need to have that separately. Since you probably already are running docker, take a look [here](https://mariadb.com/kb/en/installing-and-using-mariadb-via-docker/#creating-a-container) for a guide on how to run MariaDB in a container. -## How to use this image using docker command line +**Important!**: Following the instructions instructions for Galette versions earlier than 1.1.0 will **not** work, due to differences in volumes. If you are using a Galette version earlier than 1.1.0, please follow [the earlier version of these instructions](https://github.com/galette-community/docker/blob/1.0.4/README.md#how-to-use-this-image-using-docker-command-line). Instructions for version 1.0.4 should work for all ealier versions, but if you run into trouble with those, you can follow [version-specific instructions](https://github.com/galette-community/docker/tags). -**Important!**: Following these instructions for Galette versions earlier than 1.1.0 will **not** work, due to differences in volumes. If you are using a Galette version earlier than 1.1.0, please follow [the earlier version of these instructions](https://github.com/galette-community/docker/blob/1.0.4/README.md#how-to-use-this-image-using-docker-command-line). Instructions for version 1.0.4 should work for all ealier versions, but if you run into trouble with those, you can follow [version-specific instructions](https://github.com/galette-community/docker/tags). +**Note for version 1.1.2**: If the installer does not work, a work around for a fresh install is to start with version 1.1.1, do the full install, then switch to image version 1.1.2 using the same volumes and settings as you did on version 1.1.1. ---- +## How to use this image using docker command line Galette has a really nice installer, that runs you through database setup and initial admin user creation. The installer creates a configuration file in the `config` folder, which you should keep on a volume outside the docker image, for reuse when you upgrade to a newer version. You also have the option to create files for advanced configuration in the same `config` folder (see step 6).