6464e74d83c0ba3a7a4244ccefb0c2e0bc30aaf9
hesk-docker
HESK help desk, but in a Docker container.
Dependencies
- You will need a MySQL/MariaDB database. This image does not include a database server so please deploy one before installing.
How to use
An example Docker Compose file is included in this repository.
- See this page for the latest version.
- Pull the version of the image that you want (e.g. latest):
docker pull ghcr.io/luketainton/hesk:latest. - Run the container:
docker run -p 127.0.0.1:80:80 ghcr.io/luketainton/hesk:latest. - Open your web browser to http://127.0.0.1/install (change IP/hostname for what you used in the last step).
- Follow the instructions to install your HESK instance.
Description
Languages
PHP
67.8%
JavaScript
21.8%
CSS
8%
HTML
2.4%