Skip to content

Commit 16810f9

Browse files
committed
updates the advanced setup doc
Signed-off-by: Fernando dos Santos <[email protected]>
1 parent 48f1403 commit 16810f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/advanced-setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
## Environments
44

5-
You can customize the environment before first run changing the environments.
5+
You can customize the environment before first run changing some environments entries.
66

7-
Copy `.env.example` to `.env` and change the values of `.env`
7+
Create an `.env` file and add values on your needs.
88

9-
`VERSION_NEXTCLOUD` To this environment I recommend to use the branch `master`. If you need to work with old version of server, use other branch of [Nextcloud server repository](https://github.com/nextcloud/server).
9+
`VERSION_NEXTCLOUD` To this environment recommend to use the branch `master`. If you need to work with old version of server, use other branch of [Nextcloud server repository](https://github.com/nextcloud/server).
1010

1111
## PHP custom settings
1212

13-
If you need custom settings in PHP, change the file [`.docker/app/config/php.ini`](/.docker/app/config/php.ini).
13+
Custom PHP settings have to be applied on [`.docker/app/config/php.ini`](/.docker/app/config/php.ini) file.
1414

1515
⬅️ [Back to index](../README.md)

0 commit comments

Comments
 (0)