Skip to content

Commit

Permalink
Feature/v113 (#25)
Browse files Browse the repository at this point in the history
* updated version numbers
  • Loading branch information
grasdk authored Jul 27, 2024
1 parent 63265eb commit 87eabc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
ARG GALETTE_VERSION=1.1.3
ARG GALETTE_RELEASE=galette-${GALETTE_VERSION}

# Maintained by GrasDK for Galette community
Expand All @@ -14,7 +14,7 @@ LABEL maintainer="GrasDK"

## Plugins versions
ARG PLUGIN_AUTO_VERSION="2.1.1"
ARG PLUGIN_EVENTS_VERSION="2.1.1"
ARG PLUGIN_EVENTS_VERSION="2.1.2"
ARG PLUGIN_FULLCARD_VERSION="2.1.0"
ARG PLUGIN_MAPS_VERSION="2.1.0"
ARG PLUGIN_OBJECTSLEND_VERSION="2.1.1"
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ This docker image has no included database, so you need to have that separately.

**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).

**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).
Expand Down

0 comments on commit 87eabc8

Please sign in to comment.