Compare commits

...

8 Commits

Author SHA1 Message Date
Markus Opolka
b697f94e29 Upgrading to Version 4.1.13+200325 2020-04-01 08:48:15 +02:00
Markus Opolka
fc67dc080b Upgrading to LTS Version 3.22.10+200323 2020-03-31 08:21:02 +02:00
Markus Opolka
14a816aa84 Upgrading to Version 4.1.12+200324 2020-03-26 09:09:47 +01:00
Markus Opolka
5b67ddda66 Upgrading to Version 4.1.11+200316 2020-03-24 18:39:03 +01:00
Markus Opolka
ff43a9e529 Upgrading to LTS Version 3.22.9+200317 2020-03-24 11:09:42 +01:00
Markus Opolka
5b88d7341e Update README 2020-03-24 11:09:28 +01:00
Markus Opolka
1c832d1af8 Update README.md 2020-03-23 10:55:34 +01:00
Markus Opolka
6e1a43a938 Update README 2020-03-23 10:54:41 +01:00
7 changed files with 18 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
FROM php:7.2-apache FROM php:7.2-apache
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
ARG version='3.22.8+200309' ARG version='3.22.10+200323'
ARG sha256_checksum='5e4e7c4abfaab0593d3776dac0c23c1bc1a9504ff2fedb8a7ec6b9b6c56ca3b1' ARG sha256_checksum='0a36ab7dd50e8654d7582bea507edcfc8bc2e42d2366cdeb1b66ea7d74855cb1'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \

View File

@@ -1,7 +1,7 @@
FROM php:7.2-fpm-alpine FROM php:7.2-fpm-alpine
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
ARG version='3.22.8+200309' ARG version='3.22.10+200323'
ARG sha256_checksum='5e4e7c4abfaab0593d3776dac0c23c1bc1a9504ff2fedb8a7ec6b9b6c56ca3b1' ARG sha256_checksum='0a36ab7dd50e8654d7582bea507edcfc8bc2e42d2366cdeb1b66ea7d74855cb1'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \

View File

@@ -1,7 +1,7 @@
FROM php:7.2-fpm FROM php:7.2-fpm
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
ARG version='3.22.8+200309' ARG version='3.22.10+200323'
ARG sha256_checksum='5e4e7c4abfaab0593d3776dac0c23c1bc1a9504ff2fedb8a7ec6b9b6c56ca3b1' ARG sha256_checksum='0a36ab7dd50e8654d7582bea507edcfc8bc2e42d2366cdeb1b66ea7d74855cb1'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \

View File

@@ -1,7 +1,7 @@
FROM php:7.2-apache FROM php:7.2-apache
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
ARG version='4.1.10+200311' ARG version='4.1.13+200325'
ARG sha256_checksum='33d9d703a08c5d049364543d623ae2fede04ea4c1cf6f1c65ace0ded94b724d9' ARG sha256_checksum='ff8930d1c1f55beab980de46c4915b3fce98985e04242ecc53d2c26fb718f9e9'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \

View File

@@ -1,7 +1,7 @@
FROM php:7.2-fpm-alpine FROM php:7.2-fpm-alpine
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
ARG version='4.1.10+200311' ARG version='4.1.13+200325'
ARG sha256_checksum='33d9d703a08c5d049364543d623ae2fede04ea4c1cf6f1c65ace0ded94b724d9' ARG sha256_checksum='ff8930d1c1f55beab980de46c4915b3fce98985e04242ecc53d2c26fb718f9e9'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \

View File

@@ -1,7 +1,7 @@
FROM php:7.2-fpm FROM php:7.2-fpm
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
ARG version='4.1.10+200311' ARG version='4.1.13+200325'
ARG sha256_checksum='33d9d703a08c5d049364543d623ae2fede04ea4c1cf6f1c65ace0ded94b724d9' ARG sha256_checksum='ff8930d1c1f55beab980de46c4915b3fce98985e04242ecc53d2c26fb718f9e9'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \

View File

@@ -37,6 +37,8 @@ Path: */var/www/html/upload/surveys*
The entrypoint will create a new config.php if none is provided and run the LimeSurvey command line interface for installation. The entrypoint will create a new config.php if none is provided and run the LimeSurvey command line interface for installation.
**Hint**: Changing the *ADMIN_* configuration has no effect after the initial configuration. It's best to do this within the application.
To change to LimeSurvey configuration, you can mount a Volume into the Container at: To change to LimeSurvey configuration, you can mount a Volume into the Container at:
- /my-data/config.php:/var/www/html/application/config/config.php - /my-data/config.php:/var/www/html/application/config/config.php
@@ -55,10 +57,10 @@ To change to LimeSurvey configuration, you can mount a Volume into the Container
| DB_TABLE_PREFIX | Database table prefix | | DB_TABLE_PREFIX | Database table prefix |
| DB_USERNAME | Database user | | DB_USERNAME | Database user |
| DB_PASSWORD | Database user's password | | DB_PASSWORD | Database user's password |
| ADMIN_USER | LimeSurvey Admin User | | ADMIN_USER | Initial LimeSurvey Admin User |
| ADMIN_NAME | LimeSurvey Admin Username | | ADMIN_NAME | Initial LimeSurvey Admin Username |
| ADMIN_EMAIL | LimeSurvey Admin Email | | ADMIN_EMAIL | Initial LimeSurvey Admin Email |
| ADMIN_PASSWORD | LimeSurvey Admin Password | | ADMIN_PASSWORD | Initial LimeSurvey Admin Password |
| PUBLIC_URL | Public URL for public scripts | | PUBLIC_URL | Public URL for public scripts |
| URL_FORMAT | URL Format. path or get | | URL_FORMAT | URL Format. path or get |