Fix typo in docker-compose.yml

Signed-off-by: Jonas Schürmann <jonasschuermann@aol.de>
pull/14/head
Jonas Schürmann 6 years ago
parent 916efc8249
commit e3758c8c92
  1. 2
      contrib/docker/docker-compose.yml

@ -47,4 +47,4 @@ services:
# You may store the database tables in a local folder..
- ./schemas:/var/lib/postgresql/data
# .. or store them on some high performance storage for better results
# - /path/to/ssd/storage:/var/lib/postfesql/data
# - /path/to/ssd/storage:/var/lib/postgresql/data

Loading…
Cancel
Save