https://github.com/shencangsheng/docker-limesurvey
Based on ubuntu: 18.04 Fully deployed Limesurvey based on Docker, out of the box.
https://github.com/shencangsheng/docker-limesurvey
docker docker-compose dockerfile limesurvey
Last synced: about 2 months ago
JSON representation
Based on ubuntu: 18.04 Fully deployed Limesurvey based on Docker, out of the box.
- Host: GitHub
- URL: https://github.com/shencangsheng/docker-limesurvey
- Owner: shencangsheng
- Created: 2021-08-12T08:15:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T15:42:16.000Z (almost 5 years ago)
- Last Synced: 2025-02-27T22:59:06.340Z (over 1 year ago)
- Topics: docker, docker-compose, dockerfile, limesurvey
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# limesurvey
There are too many problems with the official image and Docker-compose, which cannot be used out of the box.
Based on ubuntu: 18.04 Fully deployed Limesurvey based on Docker, out of the box.
```
docker-compose up -d
http://127.0.0.1/limesurvey
```
Database default config (docker-compose.yml)
```
url: limesurvey-mariadb
port: 3306
user: root
password: 12138
```