An open API service indexing awesome lists of open source software.

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.

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
```