Changes for page LimeSurvey

Last modified by chrisby on 2024/03/03 14:53

From version 1.3
edited by chrisby
on 2023/09/11 22:02
Change comment: There is no comment for this version
To version 1.1
edited by chrisby
on 2023/09/03 22:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,7 +10,7 @@
10 10  
11 11  services:
12 12   traefik:
13 - image: "traefik:v2.10.4"
13 + image: "traefik:latest"
14 14   container_name: "traefik"
15 15   restart: unless-stopped
16 16   command:
... ... @@ -31,7 +31,7 @@
31 31   - "/var/run/docker.sock:/var/run/docker.sock:ro"
32 32  
33 33   limesurvey-web:
34 - image: martialblog/limesurvey:6.2.4-230825-apache
34 + image: martialblog/limesurvey
35 35   container_name: limesurvey-web
36 36   restart: unless-stopped
37 37   volumes:
... ... @@ -50,7 +50,7 @@
50 50   - "traefik.http.services.limesurvey.loadbalancer.server.port=8080"
51 51  
52 52   limesurvey-db:
53 - image: docker.io/mysql:5.7.43
53 + image: docker.io/mysql:5.7
54 54   container_name: limesurvey-db
55 55   restart: unless-stopped
56 56   environment:
... ... @@ -62,6 +62,6 @@
62 62   - limesurvey-db:/var/lib/mysql
63 63  {{/code}}
64 64  
65 -* Execute {{code language="none"}}docker-compose up -d{{/code}}
65 +* Execute {{code language="none"}}docker-compose up -d{{/code}}
66 66  * Go to {{code language="none"}}https://<subdomain>/index.php/admin{{/code}}
67 67  * Login as "admin" using the "<ADMIN_PASSWORD>"