Tinyfilemanager Docker Compose Verified -
: To override settings without rebuilding, you can mount a custom config.php file into the container. Quick Deployment moonbuggy2000/tinyfilemanager - Docker Image
(included with modern Docker Desktop or as a standalone plugin on Linux) 2. Creating the Docker Compose File tinyfilemanager docker compose
Create a read-only share for external clients. Set TFM_READONLY=true in environment variables. Use a separate container instance with different credentials. : To override settings without rebuilding, you can
webapp: build: . ports: - "80:80" depends_on: - tinyfilemanager : To override settings without rebuilding