Sam

Results 77 comments of Sam

Hi, what is the value of the environment variable `FLASK_APP` in the `.env` file?

Hi, Thanks for your answer. The value is correct. Have any changes been made to the configuration? The container should start up without having to make any changes to the...

Hi, can you try with `.env` instead (see [documentation](https://samr1.github.io/FitTrackee/en/installation.html#docker))? Some shell scripts source the `.env` file.

Hi, does adding the [platform](https://docs.docker.com/compose/compose-file/build/#platforms) in `docker-compose-dev.yml` solve the issue?

Hi, Is it the same error? Python image should exist for `linux/arm64/v8`.

Hi, `3.10` tag corresponds to `3.10.14-bookworm` . Perhaps another [python image](https://hub.docker.com/_/python) may work. Or additional modifications may also be required in the Docker file. I'm sorry I can't find an...