Changes for page LimeSurvey
Last modified by chrisby on 2024/03/03 14:53
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,7 +10,7 @@ 10 10 11 11 services: 12 12 traefik: 13 - image: "traefik: latest"13 + image: "traefik:v2.10.4" 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 34 + image: martialblog/limesurvey:6.2.4-230825-apache 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 53 + image: docker.io/mysql:5.7.43 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 -* 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>"