Skip to content

Commit

Permalink
fixed spacing error (#1664)
Browse files Browse the repository at this point in the history
Signed-off-by: koderik <erik.sandlov@gmail.com>

Co-authored-by: koderik <erik.sandlov@gmail.com>
  • Loading branch information
koderik and koderik authored Jan 14, 2022
1 parent 1b80124 commit 365c4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 365c4f8

Please sign in to comment.