Fix typo in example docker-compose (#803)

This commit is contained in:
miki164 2021-03-13 13:52:14 +01:00 committed by GitHub
parent 2bdaa4dc4e
commit d022956e24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,4 +9,4 @@ services:
EULA: "TRUE"
volumes:
# attach the relative directory 'data' to the container's /data path
./data:/data
- ./data:/data