FreeScout installed on Alpine Linux, with auto-generated configuration.
100K+
Docker Repository - bfren ecosystem
Comes with FreeScout preinstalled, along with all the required and recommended PHP modules.
| Volume | Purpose |
|---|---|
/data | Installed modules and persistent storage (logs, attachments, etc). |
See the Nginx image for other configuration details.
See the Nginx + PHP image for details of www.conf and php.ini overrides using environment variables.
| Variable | Values | Description | Default |
|---|---|---|---|
FREESCOUT_URL | string | Application URL. | None - required unless taking over a previous installation. |
FREESCOUT_ADMIN_FIRSTNAME | string | Admin user first name. | None - required unless taking over a previous installation. |
FREESCOUT_ADMIN_LASTNAME | string | Admin user last name. | None - required unless taking over a previous installation. |
FREESCOUT_ADMIN_EMAIL | string | Admin user email address. | None - required unless taking over a previous installation. |
FREESCOUT_ADMIN_PASS | string | Admin user password. | None - required unless taking over a previous installation. |
FREESCOUT_DB_CONN | mysql / pgsql | Database connection type. | mysql |
FREESCOUT_DB_PORT | string | Database name. | 3306 |
FREESCOUT_DB_NAME | string | Database name. | None - required unless taking over a previous installation. |
FREESCOUT_DB_USER | string | Database username. | None - required unless taking over a previous installation. |
FREESCOUT_DB_PASS | string | Database password. | None - required unless taking over a previous installation. |
FREESCOUT_DB_HOST | string | Database host. | None - required unless taking over a previous installation. |
FREESCOUT_DEBUG | 0 or 1 | Whether or not to enable debug mode. | 0 |
FREESCOUT_HTTPS | true or false | Whether or not to force HTTPS. | true - set to false if not hosting behind a reverse proxy |
Copyright (c) 2021-2026 bfren (unless otherwise stated)
Content type
Image
Digest
sha256:63fa0796f…
Size
69.5 MB
Last updated
4 months ago
docker pull bfren/freescout:php8.3.31