From c2738338c94ef0564504b04d26b5ff024a1a37ce Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 11 Jun 2019 21:27:08 -0400 Subject: [PATCH] Bot Updating Templated Files --- images/docker-clarkson.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/images/docker-clarkson.md b/images/docker-clarkson.md index 0fca7080c0..9fd613e97d 100644 --- a/images/docker-clarkson.md +++ b/images/docker-clarkson.md @@ -39,7 +39,7 @@ docker create \ -e MYSQL_HOST= \ -e MYSQL_USERNAME= \ -e MYSQL_PASSWORD= \ - -e ENABLE_REGISTRATIONS= \ + -e ENABLE_REGISTRATIONS= \ -e TZ=Europe/London \ -p 3000:3000 \ --restart unless-stopped \ @@ -64,7 +64,7 @@ services: - MYSQL_HOST= - MYSQL_USERNAME= - MYSQL_PASSWORD= - - ENABLE_REGISTRATIONS= + - ENABLE_REGISTRATIONS= - TZ=Europe/London ports: - 3000:3000 @@ -91,7 +91,7 @@ Docker images are configured using parameters passed at runtime (such as those a | `MYSQL_HOST=` | Points the backend to the MySQL database. This can be either a docker hostname or an IP. | | `MYSQL_USERNAME=` | The user with access to the _clarkson_ schema. | | `MYSQL_PASSWORD=` | The password for the user. | -| `ENABLE_REGISTRATIONS=` | **Defaults to _false_**. If set to _true_, allows new users to register. | +| `ENABLE_REGISTRATIONS=` | **Defaults to _false_.** If set to _true_, allows new users to register. | | `TZ=Europe/London` | Specify a timezone to use EG Europe/London. | ### Volume Mappings (`-v`) @@ -116,7 +116,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel ## Application Setup -**Please ensure MySQL is running before starting this container**. +**Clarkson requires v5.7.* of MySQL and please ensure MySQL is running before starting this container**. It is preferred if you create the `clarkson` schema before initially running the container, then creating a user with granted permissions for the schema. Creating the schema before running the app is important as the "clarkson" user will not have permission to create the schema on your behalf. You can, of course, use the "root" user, which has the ability to create schemas automatically, but this is not recommended.