You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced-setup.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
## Environments
4
4
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.
6
6
7
-
Copy `.env.example` to `.env` and change the values of `.env`
7
+
Create an `.env`file and add values on your needs.
8
8
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).
10
10
11
11
## PHP custom settings
12
12
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.
0 commit comments