1
0
Fork 0
This repository has been archived on 2025-01-15. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
devops-with-docker/Part2/Exercise09/changes.txt
2023-03-15 18:22:26 +02:00

3 lines
227 B
Text

I changed REQUEST_ORIGIN in the backend from http://devops:5000 to http://devops/ and BACKEND_URL from http://devops:8080 to http://devops/api.
I alson updated the image versions in docker-compose.yml to match the new images.