mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-07 00:48:53 +01:00
Compare commits
8 Commits
3.17.1+190
...
3.17.7+190
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ef998b0d7 | ||
|
|
02e2c9dc3a | ||
|
|
68881a29f1 | ||
|
|
10c98a5eb4 | ||
|
|
a665b512e4 | ||
|
|
0e5571811f | ||
|
|
26a95472a7 | ||
|
|
423f4c6133 |
14
README.md
14
README.md
@@ -62,6 +62,20 @@ To change to LimeSurvey configuration, you can mount a Volume into the Container
|
|||||||
|
|
||||||
For further details on the settings see: https://manual.limesurvey.org/Optional_settings#Advanced_Path_Settings
|
For further details on the settings see: https://manual.limesurvey.org/Optional_settings#Advanced_Path_Settings
|
||||||
|
|
||||||
|
# Running this image with docker-compose
|
||||||
|
|
||||||
|
The easiest way to get a fully featured and functional setup is using a docker-compose file. Several examples are provided in the repository.
|
||||||
|
|
||||||
|
```
|
||||||
|
docker-compose up
|
||||||
|
|
||||||
|
# Frontend
|
||||||
|
http://localhost:8080/
|
||||||
|
|
||||||
|
# Backend
|
||||||
|
http://localhost:8080/index.php/admin
|
||||||
|
```
|
||||||
|
|
||||||
# References
|
# References
|
||||||
|
|
||||||
- https://www.limesurvey.org/
|
- https://www.limesurvey.org/
|
||||||
|
|||||||
@@ -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.17.1+190408'
|
ARG version='3.17.7+190627'
|
||||||
ARG sha256_checksum='a2c63a5a28f7f724f5bd7017959caf76e845c7fce9d8b1177075d030641fdbac'
|
ARG sha256_checksum='fe76b1ed873d20f6fb113d12ef2557eda2ea7565388774506a29f31a9943cd3f'
|
||||||
|
|
||||||
# Install OS dependencies
|
# Install OS dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
@@ -17,7 +17,7 @@ RUN set -ex; \
|
|||||||
libpq-dev \
|
libpq-dev \
|
||||||
netcat \
|
netcat \
|
||||||
\
|
\
|
||||||
&& apt-get autoclean; apt-get autoremove; \
|
&& apt-get -y autoclean; apt-get -y autoremove; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Link LDAP library for PHP ldap extension
|
# Link LDAP library for PHP ldap extension
|
||||||
|
|||||||
@@ -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.17.1+190408'
|
ARG version='3.17.7+190627'
|
||||||
ARG sha256_checksum='a2c63a5a28f7f724f5bd7017959caf76e845c7fce9d8b1177075d030641fdbac'
|
ARG sha256_checksum='fe76b1ed873d20f6fb113d12ef2557eda2ea7565388774506a29f31a9943cd3f'
|
||||||
|
|
||||||
# Install OS dependencies
|
# Install OS dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
|||||||
@@ -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.17.1+190408'
|
ARG version='3.17.7+190627'
|
||||||
ARG sha256_checksum='a2c63a5a28f7f724f5bd7017959caf76e845c7fce9d8b1177075d030641fdbac'
|
ARG sha256_checksum='fe76b1ed873d20f6fb113d12ef2557eda2ea7565388774506a29f31a9943cd3f'
|
||||||
|
|
||||||
# Install OS dependencies
|
# Install OS dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
@@ -17,7 +17,7 @@ RUN set -ex; \
|
|||||||
libpq-dev \
|
libpq-dev \
|
||||||
netcat \
|
netcat \
|
||||||
\
|
\
|
||||||
&& apt-get autoclean; apt-get autoremove; \
|
&& apt-get -y autoclean; apt-get -y autoremove; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Link LDAP library for PHP ldap extension
|
# Link LDAP library for PHP ldap extension
|
||||||
|
|||||||
Reference in New Issue
Block a user