TrueBlocks / trueblocks-docker

GNU General Public License v3.0
39 stars 16 forks source link

Additional property name is not allowed #383

Closed CyMule closed 1 year ago

CyMule commented 1 year ago

Problem

Users may get the message Additional property name is not allowed after running docker compose up.

I thought this only happened when using Compose V1, but a user reported this with Docker Compose version v2.0.0-rc.1.

Solution

A solution to this is to delete name: TrueBlocksCore from docker-compose.yml, but I don't think this is required past a certain version. The name: TrueBlocksCore should be deleted OR whichever version of docker compose that adds the name property should be noted as a requirement in the README.md.

tjayrush commented 1 year ago

Let's change the README