Error while deploying rasa actions using docker compose

I am trying to deploy rasa x actions using docker compose override.yml by pasting following in docker-compose.override.yml file version: “3.4” services: app: images: “rasa/rasa-sdk:latest” volumes: - ‘./actions:/app/actions’ expose: - ‘5055’ depends_on: - rasa-production

but I getting below error ERROR: The Compose file ‘./docker-compose.override.yml’ is invalid because: Unsupported config option for services.app: ‘images’ please help me about this issue

Hi @sid321axn,

I think this is likely a syntax error. Can you provide the override file in a code block?

There is also a button in the toolbar shaped like the following, “</>”.

Yes it was a syntax error problem now solved thanks