Changes between Initial Version and Version 1 of Ticket #33065
- Timestamp:
- Aug 27, 2021, 4:29:00 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33065 – Description
initial v1 14 14 DJANGO_ALLOWED_HOSTS=localhost,training_api,* 15 15 16 It works if I call it through localhost o r fully qualified domain name(port 8000 is exposed to host).16 It works if I call it through localhost on the host, or container IP inside App A container or a fully qualified domain name of the host(port 8000 is exposed to host) from other machines. 17 17 18 How can I call the Django via container name , not the IP? the IP will change every time it starts.18 How can I call the Django via container name from App A, not the IP? the IP will change every time it starts. 19 19 20 20 Thanks,