Skip to content

Commit

Permalink
Fix mysql import in nextcloud readme (#2210)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevPanda authored Oct 5, 2022
1 parent 19fa7bb commit 0175897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloud/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ You're already using Nextcloud and want to switch to docker? Great! Here are som

```console
docker cp ./database.dmp nextcloud_db_1:/dmp
docker-compose exec db sh -c "mysql -u USER -p PASSWORD nextcloud < /dmp"
docker-compose exec db sh -c "mysql --user USER --password PASSWORD nextcloud < /dmp"
docker-compose exec db rm /dmp
```

Expand Down

0 comments on commit 0175897

Please sign in to comment.