[GH-ISSUE #943] The requested resource /data/ was not found on this server. with docker-compose #617

Closed
opened 2026-03-02 16:00:17 +03:00 by kerem · 1 comment
Owner

Originally created by @Akashic101 on GitHub (Jan 18, 2023).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/943

I tried to boot TinyFileManager with docker-compose on my F:/ drive at port 8007 with following file

version: '3'
services:
  tinyfilemanager:
    image: tinyfilemanager/tinyfilemanager:master
    container_name: tinyfilemanager
    restart: always
    volumes:
    - F:/TinyFileManager/data:/var/www/html/data
    ports:
      - 8007:80

While I see the splashscreen asking me to log in and this all works, after logging in all I see is following message:

The requested resource /data/ was not found on this server. with the error Failed to load resource: the server responded with a status of 404 (Not Found) in the console. My folder structure is as following:

F:
|-- TinyFileManager
    |-- docker-compose.yml
    |-- data

How can I fix this issue?

Originally created by @Akashic101 on GitHub (Jan 18, 2023). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/943 I tried to boot TinyFileManager with docker-compose on my F:/ drive at port 8007 with following file ```Containerfile version: '3' services: tinyfilemanager: image: tinyfilemanager/tinyfilemanager:master container_name: tinyfilemanager restart: always volumes: - F:/TinyFileManager/data:/var/www/html/data ports: - 8007:80 ``` While I see the splashscreen asking me to log in and this all works, after logging in all I see is following message: `The requested resource /data/ was not found on this server.` with the error `Failed to load resource: the server responded with a status of 404 (Not Found)` in the console. My folder structure is as following: ``` F: |-- TinyFileManager |-- docker-compose.yml |-- data ``` How can I fix this issue?
kerem closed this issue 2026-03-02 16:00:18 +03:00
Author
Owner

@prasathmani commented on GitHub (Jan 25, 2023):

#948

<!-- gh-comment-id:1403106349 --> @prasathmani commented on GitHub (Jan 25, 2023): #948
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#617
No description provided.