Update Readme.md

formatting
This commit is contained in:
alpcentaur 2021-04-16 13:27:29 +00:00
parent 68c60edfb2
commit a96e68f6d0

View file

@ -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`.