BaldissaraMatheus / Tasks.md

A self-hosted, Markdown file based task management board
https://hub.docker.com/r/baldissaramatheus/tasks.md
MIT License
737 stars 30 forks source link

Not found issue #35

Closed psagat closed 1 year ago

psagat commented 1 year ago

After starting the container via docker compose and accessing it via url all I get is a "not found" message on the site. Logs are empty and dont indicate what the issue could be.

BaldissaraMatheus commented 1 year ago

Could you share your docker-compose file and the exactly url you're trying to access?

psagat commented 1 year ago

It's the docker compose example given but the port changed to 8282.

Http://docker:8282

On Thu, Apr 13, 2023, 6:23 AM Matheus Baldissara @.***> wrote:

Could you share your docker-compose file and the exactly url you're trying to access?

— Reply to this email directly, view it on GitHub https://github.com/BaldissaraMatheus/Tasks.md/issues/35#issuecomment-1506794057, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3PBMOLR4IX2ESWWC5B5ZDXA7OZLANCNFSM6AAAAAAW4OTV5M . You are receiving this because you authored the thread.Message ID: @.***>

BaldissaraMatheus commented 1 year ago

The docker-composer example has the env variable BASE_PATH=/tasks, so it's probably running at http://docker:8282/tasks

psagat commented 1 year ago

Oh shoot I should have paid more attention. That was it, thanks.

On Thu, Apr 13, 2023, 6:49 AM Matheus Baldissara @.***> wrote:

The docker-composer example has the env variable BASE_PATH=/tasks, so it's probably running at http://docker:8282/tasks

— Reply to this email directly, view it on GitHub https://github.com/BaldissaraMatheus/Tasks.md/issues/35#issuecomment-1506828679, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3PBMJHMPUNCHAKXVLS77LXA7R3BANCNFSM6AAAAAAW4OTV5M . You are receiving this because you authored the thread.Message ID: @.***>

BaldissaraMatheus commented 1 year ago

Great! I'm glad it worked. I'm closing this thread now