Hi Andrew, Thanks to your video I was able to use my Flask app with nginx in a docker compose setup in like no time. Do you plan on a version update of the images that are used? I made the following changes: docker-compose.yml: - version: '3.8' (https://docs.docker.com/compose/compose-file/compose-versioning/) - image: nginx:1.25.1 Dockerfile: - FROM python:3.9-slim
Hi Andrew,
Thanks to your video I was able to use my Flask app with nginx in a docker compose setup in like no time.
Do you plan on a version update of the images that are used?
I made the following changes:
docker-compose.yml:
Dockerfile: