mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Compare commits
20 Commits
3.22.7+200
...
4.2.0+2004
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0536ebf480 | ||
|
|
4a44c06b6e | ||
|
|
70bc819758 | ||
|
|
68c542a9e6 | ||
|
|
e2affcdcf9 | ||
|
|
b6ea4dd302 | ||
|
|
0d98aab2b5 | ||
|
|
853d5d9528 | ||
|
|
1b638a4f5f | ||
|
|
b697f94e29 | ||
|
|
fc67dc080b | ||
|
|
14a816aa84 | ||
|
|
5b67ddda66 | ||
|
|
ff43a9e529 | ||
|
|
5b88d7341e | ||
|
|
1c832d1af8 | ||
|
|
6e1a43a938 | ||
|
|
0ec273d058 | ||
|
|
983a55571b | ||
|
|
b7c75d420d |
@@ -1,7 +1,7 @@
|
||||
FROM php:7.2-apache
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='3.22.7+200225'
|
||||
ARG sha256_checksum='766ce2b1e62566409f96869977bfa6f2d705a21fcb1751c0b0ae75156f56ca74'
|
||||
ARG version='3.22.13+200415'
|
||||
ARG sha256_checksum='bbf6cc8de980e495f3956ccdee69677ee8ce0c8b0d56e451d12e34c9f899e1d5'
|
||||
|
||||
# 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.7+200225'
|
||||
ARG sha256_checksum='766ce2b1e62566409f96869977bfa6f2d705a21fcb1751c0b0ae75156f56ca74'
|
||||
ARG version='3.22.13+200415'
|
||||
ARG sha256_checksum='bbf6cc8de980e495f3956ccdee69677ee8ce0c8b0d56e451d12e34c9f899e1d5'
|
||||
|
||||
# Install OS dependencies
|
||||
RUN set -ex; \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM php:7.2-fpm
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='3.22.7+200225'
|
||||
ARG sha256_checksum='766ce2b1e62566409f96869977bfa6f2d705a21fcb1751c0b0ae75156f56ca74'
|
||||
ARG version='3.22.13+200415'
|
||||
ARG sha256_checksum='bbf6cc8de980e495f3956ccdee69677ee8ce0c8b0d56e451d12e34c9f899e1d5'
|
||||
|
||||
# Install OS dependencies
|
||||
RUN set -ex; \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM php:7.2-apache
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='4.1.7+200224'
|
||||
ARG sha256_checksum='b9be5bc4a1df680e4635bb6b752f4712cc5b02ed976f4bb5e51f1f1c6d648dc6'
|
||||
ARG version='4.2.0+200422'
|
||||
ARG sha256_checksum='141312db398bf708d6cfbe281aaed408225ed678706aa3d8f996c38d7e7ee519'
|
||||
|
||||
# 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.7+200224'
|
||||
ARG sha256_checksum='b9be5bc4a1df680e4635bb6b752f4712cc5b02ed976f4bb5e51f1f1c6d648dc6'
|
||||
ARG version='4.2.0+200422'
|
||||
ARG sha256_checksum='141312db398bf708d6cfbe281aaed408225ed678706aa3d8f996c38d7e7ee519'
|
||||
|
||||
# Install OS dependencies
|
||||
RUN set -ex; \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM php:7.2-fpm
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='4.1.7+200224'
|
||||
ARG sha256_checksum='b9be5bc4a1df680e4635bb6b752f4712cc5b02ed976f4bb5e51f1f1c6d648dc6'
|
||||
ARG version='4.2.0+200422'
|
||||
ARG sha256_checksum='141312db398bf708d6cfbe281aaed408225ed678706aa3d8f996c38d7e7ee519'
|
||||
|
||||
# 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