Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevred committed Dec 17, 2024
1 parent c200378 commit 6e5789d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jena-fuseki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ use `docker logs` with the name of your container.
Note that the password is only generated on the first run, e.g. when the
volume `/fuseki` is an empty directory.

You can override the admin-password using the form
`-e ADMIN_PASSWORD=pw123`:
You can override the admin-password and/or admin-username using the form
`-e ADMIN_USERNAME=jena_user -e ADMIN_PASSWORD=pw123`:

docker run -p 3030:3030 -e ADMIN_PASSWORD=pw123 stain/jena-fuseki
docker run -p 3030:3030 -e ADMIN_USERNAME=jena_user -e ADMIN_PASSWORD=pw123 stain/jena-fuseki

To specify Java settings such as the amount of memory to allocate for the
heap (default: 1200 MiB), set the `JVM_ARGS` environment with `-e`:
Expand Down

0 comments on commit 6e5789d

Please sign in to comment.