Kaiede/Bedrockifier

Error with compose file on wiki

Closed this issue · 1 comments

The compose example on the wiki has name where it should instead be container_name.

$ docker-compose up -d
ERROR: The Compose file './docker-compose.yml' is invalid because:
Unsupported config option for services.backup: 'name'
$ docker-compose -v
docker-compose version 1.25.0, build unknown

I’ve updated the wiki and double checked the examples under Docker/examples. Thanks for the report.