Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates the advanced setup doc #82

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/advanced-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## Environments

You can customize the environment before first run changing the environments.
You can customize the environment before first run changing some environments entries.

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

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

## PHP custom settings

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

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