Skip to content

Commit

Permalink
Merge pull request #3129 from onokatio/patch-1
Browse files Browse the repository at this point in the history
Fix document to generate config to correct volume directory
  • Loading branch information
robertcheramy authored Apr 19, 2024
2 parents 2bfd3f2 + f02d689 commit 4709f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Run the container for the first time to initialize the config:
_Note: this step in only required for creating the Oxidized configuration file and can be skipped if you already have one._

```shell
docker run --rm -v /etc/oxidized:/home/oxidized/.config/oxidized -p 8888:8888/tcp -t oxidized/oxidized:latest oxidized
docker run --rm -v /etc/oxidized:/home/oxidized/.config/oxidized -p 8888:8888/tcp --user oxidized -t oxidized/oxidized:latest oxidized
```

If the RESTful API and Web Interface are enabled, on the docker host running the container
Expand Down

0 comments on commit 4709f21

Please sign in to comment.