mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-04 20:06:09 +02:00
Make hierarchy of ordered list clearer by proper indenting
Signed-off-by: Schroedingers-Cat <6382400+Schroedingers-Cat@users.noreply.github.com>
This commit is contained in:
parent
2cbc82dc9f
commit
915e7584b0
1 changed files with 52 additions and 54 deletions
|
@ -513,8 +513,6 @@ You're already using Nextcloud and want to switch to docker? Great! Here are som
|
||||||
```php
|
```php
|
||||||
'datadirectory' => '/var/www/html/data',
|
'datadirectory' => '/var/www/html/data',
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
4. Copy your data (nextcloud_app_1 is the name of your Nextcloud container):
|
4. Copy your data (nextcloud_app_1 is the name of your Nextcloud container):
|
||||||
```console
|
```console
|
||||||
docker cp ./data/ nextcloud_app_1:/var/www/html/
|
docker cp ./data/ nextcloud_app_1:/var/www/html/
|
||||||
|
|
Loading…
Add table
Reference in a new issue