Tinyfilemanager Docker Compose

version: '3.8'

$auth_users = array( 'admin' => '$2y$10$YourGeneratedHashGoesHere...', 'user' => '$2y$10$YourGeneratedUserHashGoesHere...' ); Use code with caution. Essential Configuration Tweaks tinyfilemanager docker compose

: Spin up, stop, or update the entire file management service using simple, standardized commands. version: '3

Move your deployment to any server running Docker. 'user' => '$2y$10$YourGeneratedUserHashGoesHere...' )

$auth_users = array( "admin" => "$2y$10$t572iL2Z.m8z8Z4B5B4B5O2I.e.2o2O2I.e.2o2O2I.e.2o2O2I.", // Use password_hash() to generate "user" => "password" ); Use code with caution. Restart the container: docker-compose up -d Advanced: Running Tiny File Manager Behind a Reverse Proxy