Skip to content

Commit

Permalink
Fix custom Dockerfile description on dockerhub-description.md (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: Atsuo Fukaya <[email protected]>
  • Loading branch information
fukayatsu authored Nov 25, 2024
1 parent 305f68b commit 7f43f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerhub-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $ docker run --env VALKEY_EXTRA_FLAGS='--save 60 1 --loglevel warning' valkey/va
You can create your own Dockerfile that adds a valkey.conf from the context into /data/, like so.

```dockerfile
FROM valkey
FROM valkey/valkey
COPY valkey.conf /usr/local/etc/valkey/valkey.conf
CMD [ "valkey-server", "/usr/local/etc/valkey/valkey.conf" ]
```
Expand Down

0 comments on commit 7f43f22

Please sign in to comment.