opendatateam / udata

Customizable and skinnable social platform dedicated to open data.
http://udata.readthedocs.org
GNU Affero General Public License v3.0
239 stars 87 forks source link

Quickstart Docker Container Rename #3150

Closed ThomasThelen closed 1 month ago

ThomasThelen commented 1 month ago

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

maudetes commented 1 month ago

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 : https://github.com/opendatateam/udata/pull/3151.