Looking for Regional Information?

Tinyfilemanager Docker Compose [upd] Today

Tinyfilemanager Docker Compose [upd] Today

Create a folder to hold the configuration and file data.

If you use a custom image (Step 5), you need to rebuild:

version: '3.8'

server listen 443 ssl; server_name tfm.example.com;

You can set parameters like the timezone ( TZ ) or user IDs ( PUID / PGID ) via environment variables if using specific community images like moonbuggy2000/tinyfilemanager . tinyfilemanager docker compose

Run the following command from within your project directory:

# Fix permissions sudo chown -R 1000:1000 data/ sudo chmod -R 755 data/ Create a folder to hold the configuration and file data

: You can now access Tiny File Manager by going to http://your_server_ip in your web browser, replacing your_server_ip with the IP address of your server.