Fix README: volume should be in list (#767)

This commit is contained in:
Fersandi Pratama 2021-02-14 01:24:58 +07:00 committed by GitHub
parent b71eb666a7
commit 6fe022ccc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,7 +132,7 @@ services:
EULA: "TRUE"
volumes:
# attach the relative directory 'data' to the container's /data path
./data:/data
- ./data:/data
```
## Versions