mirror of
https://mau.dev/maunium/synapse.git
synced 2025-01-21 01:31:51 +01:00
Merge pull request #4125 from MazeChaZer/fix-typo-in-docker-compose
Fix typo in docker-compose.yml
This commit is contained in:
commit
4ecb8b7de8
1 changed files with 1 additions and 1 deletions
|
@ -47,4 +47,4 @@ services:
|
||||||
# You may store the database tables in a local folder..
|
# You may store the database tables in a local folder..
|
||||||
- ./schemas:/var/lib/postgresql/data
|
- ./schemas:/var/lib/postgresql/data
|
||||||
# .. or store them on some high performance storage for better results
|
# .. 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…
Add table
Reference in a new issue