Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The requested resource /data/ was not found on this server. with docker-compose #943

Closed
Akashic101 opened this issue Jan 18, 2023 · 1 comment

Comments

@Akashic101
Copy link

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?

@prasathmani
Copy link
Owner

#948

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants