Answer
An open-source knowledge-based community software. You can use it to quickly build your Q&A community for product technical support, customer support, user communication, and more.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3"
services:
answer:
image: apache/answer
ports:
- '9080:80'
restart: on-failure
volumes:
- ./answer-data:/dataResources
Website: https://answer.apache.org/
GitHub: https://github.com/apache/incubator-answer
Docker Hub: https://hub.docker.com/r/apache/answer
Configuration: https://answer.apache.org/docs/installation/