Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NoSQL/README-sec.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ the KVLite container are both set to the hostname of the host on which they are
running by using the `$HOSTNAME` environment variable for both. For example:

```shell
docker run -d -v secfiles:/shared_conf --name=$HOSTNAME --hostname=$HOSTNAME
docker run -d -v secfiles:/shared_conf --name=$HOSTNAME --hostname=$HOSTNAME
```

As all container names must be unique on a host, this restriction means only one
Expand Down
Loading