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" EULA: "TRUE"
volumes: volumes:
# attach the relative directory 'data' to the container's /data path # attach the relative directory 'data' to the container's /data path
./data:/data - ./data:/data
``` ```
## Versions ## Versions