Tinyfilemanager Docker Compose Jun 2026

TinyFileManager uses PHP password_hash() (bcrypt) encryption. To generate a secure password hash for your custom credentials, run the following temporary PHP command in your terminal:

Open config.php to update user accounts. By default, TinyFileManager includes two roles: and user . tinyfilemanager docker compose

FROM tinyfilemanager/tinyfilemanager:latest TinyFileManager uses PHP password_hash() (bcrypt) encryption

Top Bottom