Skip to content

Commit 41ffef9

Browse files
authored
Merge pull request #2361 from mcoberly2/Aerospike_fix_port_typo
Fix typo in aerospike/content.md
2 parents b5e31b2 + ea6da8b commit 41ffef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aerospike/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You should first `-v` map a local directory, which Docker will bind mount. Next,
8383
For example:
8484

8585
```console
86-
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
86+
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
8787
```
8888

8989
### Persistent Data Directory

0 commit comments

Comments
 (0)