cannot declare hostname containing dots
Opened this issue · 0 comments
claudod commented
If you have a license key associated to an hostname containing dots, this is not going to work.
The hostname of your container will be generated by extracting the string preceding the first dot of the declared hostname (e.g www.test.this => www). This is the normal behaviour in docker compose apparently : docker/compose#4128
Workaround solution : ask Axway support to change your hostname, using one without any dot
I hope you can find a proper fix / solution for this