Update Readme.md
formatting
This commit is contained in:
parent
68c60edfb2
commit
a96e68f6d0
1 changed files with 9 additions and 9 deletions
|
@ -21,7 +21,7 @@ In the folder docker/compose do:
|
|||
```bash
|
||||
sudo docker network create proxy
|
||||
sudo docker-compose up
|
||||
````
|
||||
```
|
||||
|
||||
# Setting up nextcloud with deb-rust-sncf container
|
||||
|
||||
|
@ -150,7 +150,7 @@ then changes (with your domain) in config.php
|
|||
```
|
||||
get the updated config.php in your nextcloud instance with the following command:
|
||||
```bash
|
||||
docker exec -u www-data nextcloud php occ files:scan --all
|
||||
sudo docker exec -u www-data nextcloud php occ files:scan --all
|
||||
```
|
||||
|
||||
## Change nextcloud definition in compose file and uncomment deb-rust-sncf
|
||||
|
@ -191,6 +191,6 @@ Then restart with
|
|||
```bash
|
||||
sudo docker-compose up
|
||||
```
|
||||
in the folder docker/compose
|
||||
in the folder `docker/compose`.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue