Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 754 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 754 Bytes

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.

  1. See this page for the latest version.
  2. Pull the version of the image that you want (e.g. latest): docker pull ghcr.io/luketainton/hesk:latest.
  3. Run the container: docker run -p 127.0.0.1:80:80 ghcr.io/luketainton/hesk:latest.
  4. Open your web browser to http://127.0.0.1/install (change IP/hostname for what you used in the last step).
  5. Follow the instructions to install your HESK instance.