opendatateam/udata

Quickstart Docker Container Rename

ThomasThelen opened this issue · 1 comments

The quickstart docs has the following line, but the docker container name is incorrect (see image below). The underscores should be hyphens.

docker exec -it docker-udata_udata_1 udata init

Detailed Description

Screenshot 2024-09-19 at 10 01 40 PM

Context

This is important to initialing the db

Possible Implementation

Change it to docker exec -it docker-udata-udata-1 udata init

Thank you for the issue.

I think it depends on the compose version used.
I've opened a PR to update the quickstart to use the compose subcommand and the associated naming : #3151.