mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-24 22:53:53 +01:00
fixed spacing error (#1664)
Signed-off-by: koderik <erik.sandlov@gmail.com> Co-authored-by: koderik <erik.sandlov@gmail.com>
This commit is contained in:
parent
1b80124463
commit
365c4f8400
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue