Merge pull request #2361 from mcoberly2/Aerospike_fix_port_typo
Fix typo in aerospike/content.md
This commit is contained in:
commit
41ffef9850
|
|
@ -83,7 +83,7 @@ You should first `-v` map a local directory, which Docker will bind mount. Next,
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
docker run -d -v /opt/aerospike/etc/:/opt/aerospike/etc/ --name aerospike-p 3000-3002:3000-3002 %%IMAGE%%:ee-[version] --config-file /opt/aerospike/etc/aerospike.conf
|
docker run -d -v /opt/aerospike/etc/:/opt/aerospike/etc/ --name aerospike -p 3000-3002:3000-3002 %%IMAGE%%:ee-[version] --config-file /opt/aerospike/etc/aerospike.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
### Persistent Data Directory
|
### Persistent Data Directory
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue