Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoderik <erik.sandlov+github@gmail.com>2022-01-14 16:18:16 +0300
committerGitHub <noreply@github.com>2022-01-14 16:18:16 +0300
commit365c4f84008b6d27193bcf1a5d53029ea767d906 (patch)
treedf8549b974a667000e9662faef716d9afd1a700e
parent1b801244638f3aecd6da6d6c17eb902ca9c72639 (diff)
fixed spacing error (#1664)
Signed-off-by: koderik <erik.sandlov@gmail.com> Co-authored-by: koderik <erik.sandlov@gmail.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d3144b7..28edcce 100644
--- a/README.md
+++ b/README.md
@@ -477,7 +477,7 @@ You're already using Nextcloud and want to switch to docker? Great! Here are som
- To import from a MySQL dump use the following commands
```console
docker cp ./database.dmp nextcloud_db_1:/dmp
- docker-compose exec db sh -c "mysql -u USER -pPASSWORD nextcloud < /dmp"
+ docker-compose exec db sh -c "mysql -u USER -p PASSWORD nextcloud < /dmp"
docker-compose exec db rm /dmp
```
- To import from a PostgreSQL dump use to following commands