Sign inSign up

bfren/freescout

By bfren

•Updated 4 months ago

FreeScout installed on Alpine Linux, with auto-generated configuration.

Image
5

100K+

bfren/freescout repository overview

⁠Docker FreeScout

GitHub release (latest by date) Docker Pulls Docker Image Size GitHub Workflow Status

Docker Repository⁠ - bfren ecosystem⁠

Comes with FreeScout⁠ preinstalled, along with all the required and recommended PHP modules.

⁠Contents

⁠Ports

  • 80

⁠Volumes

VolumePurpose
/dataInstalled modules and persistent storage (logs, attachments, etc).

See the Nginx⁠ image for other configuration details.

⁠Environment Variables

See the Nginx + PHP⁠ image for details of www.conf and php.ini overrides using environment variables.

VariableValuesDescriptionDefault
FREESCOUT_URLstringApplication URL.None - required unless taking over a previous installation.
FREESCOUT_ADMIN_FIRSTNAMEstringAdmin user first name.None - required unless taking over a previous installation.
FREESCOUT_ADMIN_LASTNAMEstringAdmin user last name.None - required unless taking over a previous installation.
FREESCOUT_ADMIN_EMAILstringAdmin user email address.None - required unless taking over a previous installation.
FREESCOUT_ADMIN_PASSstringAdmin user password.None - required unless taking over a previous installation.
FREESCOUT_DB_CONNmysql / pgsqlDatabase connection type.mysql
FREESCOUT_DB_PORTstringDatabase name.3306
FREESCOUT_DB_NAMEstringDatabase name.None - required unless taking over a previous installation.
FREESCOUT_DB_USERstringDatabase username.None - required unless taking over a previous installation.
FREESCOUT_DB_PASSstringDatabase password.None - required unless taking over a previous installation.
FREESCOUT_DB_HOSTstringDatabase host.None - required unless taking over a previous installation.
FREESCOUT_DEBUG0 or 1Whether or not to enable debug mode.0
FREESCOUT_HTTPStrue or falseWhether or not to force HTTPS.true - set to false if not hosting behind a reverse proxy

⁠Licence

Copyright (c) 2021-2026 bfren⁠ (unless otherwise stated)

Tag summary

Content type

Image

Digest

sha256:63fa0796f…

Size

69.5 MB

Last updated

4 months ago

docker pull bfren/freescout:php8.3.31