Skip to content

Commit 6543880

Browse files
committed
Update Nextcloud defaults and docs
1 parent 7e2afb9 commit 6543880

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ services:
2626
- MYSQL_USER=${MYSQL_USER:-nextcloud}
2727
- MYSQL_PASSWORD=${MYSQL_PASSWORD:-nextcloud}
2828
nextcloud:
29-
image: ghcr.io/librecodecoop/nextcloud-dev-php${PHP_VERSION:-82}:latest
29+
image: ghcr.io/librecodecoop/nextcloud-dev-php${PHP_VERSION:-83}:latest
3030
# build:
3131
# context: .docker/
32-
# dockerfile: Dockerfile.php${PHP_VERSION:-82}
32+
# dockerfile: Dockerfile.php${PHP_VERSION:-83}
3333
volumes:
3434
- ./.docker/scripts/wait-for-db.php:/var/www/scripts/wait-for-db.php
3535
- ~/.composer:/var/www/.composer/
@@ -54,7 +54,7 @@ services:
5454
- MAIL_DOMAIN=${MAIL_DOMAIN:-nextcloud.test}
5555
- MAIL_SMTPPORT=${MAIL_SMTPPORT:-1025}
5656
- MAIL_SMTPHOST=${MAIL_SMTPHOST:-mailpit}
57-
- VERSION_NEXTCLOUD=${VERSION_NEXTCLOUD:-master}
57+
- VERSION_NEXTCLOUD=${VERSION_NEXTCLOUD:-stable33}
5858
- AUTOINSTALL=${AUTOINSTALL:-1}
5959
- XDEBUG_CONFIG
6060
- HTTP_PORT=${HTTP_PORT:-80}
@@ -140,4 +140,3 @@ services:
140140
- WHATSAPP_AUTO_REPLY="Conta de sistema. Para falar com a LibreCode, mande email para contato@libresign.coop"
141141
volumes:
142142
- ./volumes/go-whatsapp-web:/usr/src/app/files
143-

docs/advanced-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can customize the environment before first run changing some environments en
66

77
Create an `.env` file and add values on your needs.
88

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).
9+
`VERSION_NEXTCLOUD` For this environment, the recommended branch is `stable33`. If you need to work with another Nextcloud server version, use the matching branch from the [Nextcloud server repository](https://github.com/nextcloud/server).
1010

1111
## PHP custom settings
1212

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This will delete the database and Nextcloud volumes. Before do a backup of all t
1414

1515
- ```bash
1616
cd volumes/nextcloud
17-
git pull origin master
17+
git pull origin stable33
1818
```
1919

2020
## Using IDE

0 commit comments

Comments
 (0)