Jason White
Results
2
issues of
Jason White
Just two quick questions. Why is line 12 of docker-compose.yml this: - flask-app-db:/var/lib/postgresql/data instead of this: - flask-app-db:/var/lib/docker/volumes/flask-app-db/_data On Ubuntu using the former means that db data does not persist...
This could just be me missing the obvious but when developing with Docker and docker-compose I really struggled to get the flask app to hot-reload on code changes. I have...
enhancement