Merge pull request #2361 from mcoberly2/Aerospike_fix_port_typo

Fix typo in aerospike/content.md
This commit is contained in:
yosifkit 2023-08-23 16:59:09 -07:00 committed by GitHub
commit 41ffef9850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ You should first `-v` map a local directory, which Docker will bind mount. Next,
For example:
```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