mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Include Hints to use in limesurvey 3. (#90)
This makes more clear for those who want to use the LTS version of limesurvey, that some adaptations are needed.
This commit is contained in:
@@ -2,6 +2,7 @@ version: "3.0"
|
|||||||
services:
|
services:
|
||||||
limesurvey:
|
limesurvey:
|
||||||
build:
|
build:
|
||||||
|
# Hint: Change it to 3.0/apache/ if you want to use LimeSurvey 3.*
|
||||||
context: 5.0/apache/
|
context: 5.0/apache/
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
@@ -12,6 +13,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- lime-db
|
- lime-db
|
||||||
ports:
|
ports:
|
||||||
|
# Hint: Change it to 80:8080 if you are using LimeSurvey 3.*
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
environment:
|
environment:
|
||||||
- "DB_TYPE=pgsql"
|
- "DB_TYPE=pgsql"
|
||||||
|
|||||||
Reference in New Issue
Block a user