Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jzow authored Feb 27, 2025
1 parent d21e150 commit ed9396c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ We will also bind mount a local directory for the Eairp log permanent directory

Note Make sure the directory you specify is specified with the fully-qualified path, not a relative path.

Ensure this directory exists, and then run XWiki in a container by issuing one of the following command.
Ensure this directory exists, and then run Eairp in a container by issuing one of the following command.

```console
docker run --net=eairp-nw \
Expand Down Expand Up @@ -286,7 +286,7 @@ You should always check the [Release Notes](https://github.com/wansenai/eairp/re

## Configuration Options

The first time you create a container out of the xwiki image, a shell script (`/usr/local/bin/docker-entrypoint.sh`) is executed in the container to setup some configuration. The following environment variables can be passed:
The first time you create a container out of the eairp image, a shell script (`/usr/local/bin/docker-entrypoint.sh`) is executed in the container to setup some configuration. The following environment variables can be passed:

- `SPRING_DATASOURCE_URL`: Used to connect to the Mysql database JDBC address, Defaults port to 3306.
- `SPRING_DATASOURCE_USERNAME`: Username for connecting to the MySQL database
Expand Down

0 comments on commit ed9396c

Please sign in to comment.