From f6a5f10ac9d3ed0d51d5f05b621a7830298a5f13 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 27 Jul 2024 21:50:19 +0200 Subject: [PATCH] removed v1.1.2 note --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4075768..69b7b50 100644 --- a/README.md +++ b/README.md @@ -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).