1
0
mirror of https://github.com/rlister/dockerfiles.git synced 2025-12-11 00:36:27 +00:00

Update README.md

fix white space in example docker-compose
This commit is contained in:
fxjkhr
2021-05-02 15:40:39 -07:00
committed by GitHub
parent aefadf81d6
commit 9c05f95fb5

View File

@@ -50,5 +50,5 @@ services:
image: redis
volumes:
- ./data:/data
entrypoint: redis-server --appendonly yes
```
entrypoint: redis-server --appendonly yes
```