From 7e3a9ad099c4aae09bd57d741e7dd3016698b220 Mon Sep 17 00:00:00 2001 From: Lucas Benevides Date: Wed, 15 Sep 2021 09:04:21 -0300 Subject: [PATCH] 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. --- docker-compose.pgsql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.pgsql.yml b/docker-compose.pgsql.yml index ce352ee..b6ae0b9 100644 --- a/docker-compose.pgsql.yml +++ b/docker-compose.pgsql.yml @@ -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"