mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Compare commits
6 Commits
4.1.10+200
...
4.1.12+200
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14a816aa84 | ||
|
|
5b67ddda66 | ||
|
|
ff43a9e529 | ||
|
|
5b88d7341e | ||
|
|
1c832d1af8 | ||
|
|
6e1a43a938 |
@@ -1,7 +1,7 @@
|
||||
FROM php:7.2-apache
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='3.22.8+200309'
|
||||
ARG sha256_checksum='5e4e7c4abfaab0593d3776dac0c23c1bc1a9504ff2fedb8a7ec6b9b6c56ca3b1'
|
||||
ARG version='3.22.9+200317'
|
||||
ARG sha256_checksum='281d31b9ef14d7e7edb0c73d14c156211a45e80bb8122ed0c93c1e98e1f92d07'
|
||||
|
||||
# Install OS dependencies
|
||||
RUN set -ex; \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM php:7.2-fpm-alpine
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='3.22.8+200309'
|
||||
ARG sha256_checksum='5e4e7c4abfaab0593d3776dac0c23c1bc1a9504ff2fedb8a7ec6b9b6c56ca3b1'
|
||||
ARG version='3.22.9+200317'
|
||||
ARG sha256_checksum='281d31b9ef14d7e7edb0c73d14c156211a45e80bb8122ed0c93c1e98e1f92d07'
|
||||
|
||||
# Install OS dependencies
|
||||
RUN set -ex; \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM php:7.2-fpm
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='3.22.8+200309'
|
||||
ARG sha256_checksum='5e4e7c4abfaab0593d3776dac0c23c1bc1a9504ff2fedb8a7ec6b9b6c56ca3b1'
|
||||
ARG version='3.22.9+200317'
|
||||
ARG sha256_checksum='281d31b9ef14d7e7edb0c73d14c156211a45e80bb8122ed0c93c1e98e1f92d07'
|
||||
|
||||
# Install OS dependencies
|
||||
RUN set -ex; \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM php:7.2-apache
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='4.1.10+200311'
|
||||
ARG sha256_checksum='33d9d703a08c5d049364543d623ae2fede04ea4c1cf6f1c65ace0ded94b724d9'
|
||||
ARG version='4.1.12+200324'
|
||||
ARG sha256_checksum='f7713aebc72f0703be0f46153e071595b1b1a8a09b179e0b93b270010075039d'
|
||||
|
||||
# Install OS dependencies
|
||||
RUN set -ex; \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM php:7.2-fpm-alpine
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='4.1.10+200311'
|
||||
ARG sha256_checksum='33d9d703a08c5d049364543d623ae2fede04ea4c1cf6f1c65ace0ded94b724d9'
|
||||
ARG version='4.1.12+200324'
|
||||
ARG sha256_checksum='f7713aebc72f0703be0f46153e071595b1b1a8a09b179e0b93b270010075039d'
|
||||
|
||||
# Install OS dependencies
|
||||
RUN set -ex; \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM php:7.2-fpm
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='4.1.10+200311'
|
||||
ARG sha256_checksum='33d9d703a08c5d049364543d623ae2fede04ea4c1cf6f1c65ace0ded94b724d9'
|
||||
ARG version='4.1.12+200324'
|
||||
ARG sha256_checksum='f7713aebc72f0703be0f46153e071595b1b1a8a09b179e0b93b270010075039d'
|
||||
|
||||
# Install OS dependencies
|
||||
RUN set -ex; \
|
||||
|
||||
10
README.md
10
README.md
@@ -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.
|
||||
|
||||
**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:
|
||||
|
||||
- /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_USERNAME | Database user |
|
||||
| DB_PASSWORD | Database user's password |
|
||||
| ADMIN_USER | LimeSurvey Admin User |
|
||||
| ADMIN_NAME | LimeSurvey Admin Username |
|
||||
| ADMIN_EMAIL | LimeSurvey Admin Email |
|
||||
| ADMIN_PASSWORD | LimeSurvey Admin Password |
|
||||
| ADMIN_USER | Initial LimeSurvey Admin User |
|
||||
| ADMIN_NAME | Initial LimeSurvey Admin Username |
|
||||
| ADMIN_EMAIL | Initial LimeSurvey Admin Email |
|
||||
| ADMIN_PASSWORD | Initial LimeSurvey Admin Password |
|
||||
| PUBLIC_URL | Public URL for public scripts |
|
||||
| URL_FORMAT | URL Format. path or get |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user