Issue with installing Docker

Hello everyone, I am having an issue with installing Sametime 12 under Docker. The installation always fails with the following error message.

ERROR: Named volume "${CONFIG}/auth/ltpa.keys:/ltpa-config/ltpa.keys:Z" is used in service "auth" but no declaration was found in the volumes section.

Do you have any ideas why this is happening? Thank you.

Not what happened there.... here's what I've got in my docker-compose.yml lines 94-99:

auth:
image: hclcr.io/st/meetings-auth.node:${BUILD_LEVEL}
restart: ${RESTART_POLICY}
env_file: custom.env
volumes:
- ${LTPA_KEYS_FILE_PATH}:/ltpa-config/ltpa.keys:Z

Then in my .env file, line 470 I have the definition for the above ${LTPA_KEYS_FILE_PATH}:

LTPA_KEYS_FILE_PATH=${CONFIG}/auth/ltpa.keys

I'd recommend checking those two files post-install to see what might be wrong.

Im'm having the same problem. Anyone found a solution yet?

Hi Alejandro,


Have a look at this article that has a list of things you can check.

https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0106722

If you need additional assistance, please open a case so that we can properly assist you.

Thank you,

Casey Toole, HCL