Skip to content

Commit

Permalink
Update content.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoberly2 authored Aug 22, 2023
1 parent d70274a commit ea6da8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aerospike/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea6da8b

Please sign in to comment.