Skip to content

docs: Update the usage instructions with the latest information#85

Merged
kou merged 1 commit intopgroonga:mainfrom
abetomo:update-hot-to-use
Mar 25, 2026
Merged

docs: Update the usage instructions with the latest information#85
kou merged 1 commit intopgroonga:mainfrom
abetomo:update-hot-to-use

Conversation

@abetomo
Copy link
Member

@abetomo abetomo commented Mar 25, 2026

  • docker run -d groonga/pgroonga failed to start due to an error.
    • The error was caused by the missing POSTGRES_PASSWORD setting, so add it.
    • Use docker container run instead of docker run
    • Add --rm to ensure that no containers remain after running.
  • About Docker Comose
    • Currently, using compose.yaml
    • Do not specify version.
    • Use the command docker compose

* `docker run -d groonga/pgroonga` failed to start due to an error.
  * The error was caused by the missing POSTGRES_PASSWORD setting, so add it.
  * Use `docker container run` instead of `docker run`
  * Add `--rm` to ensure that no containers remain after running.
* About Docker Comose
  * Currently, using `compose.yaml`
  * Do not specify `version`.
  * Use the command `docker compose`
@kou kou merged commit 84606c9 into pgroonga:main Mar 25, 2026
18 checks passed
@abetomo abetomo deleted the update-hot-to-use branch March 25, 2026 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants