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:
Lucas Benevides
2021-09-15 09:04:21 -03:00
committed by GitHub
parent a57da625d7
commit 7e3a9ad099

View File

@@ -2,6 +2,7 @@ version: "3.0"
services:
limesurvey:
build:
# Hint: Change it to 3.0/apache/ if you want to use LimeSurvey 3.*
context: 5.0/apache/
dockerfile: Dockerfile
volumes:
@@ -12,6 +13,7 @@ services:
depends_on:
- lime-db
ports:
# Hint: Change it to 80:8080 if you are using LimeSurvey 3.*
- "8080:8080"
environment:
- "DB_TYPE=pgsql"