Compare commits

...

2 Commits

Author SHA1 Message Date
cbf6dd5820 Upgrading to NextCloud 23 2022-02-26 11:48:12 +01:00
75351faf7f Fix Cron job & example 2022-02-26 10:39:27 +01:00
3 changed files with 3 additions and 2 deletions

View File

@@ -23,5 +23,5 @@
3. Add crontab entry:
```
*/5 * * * * docker exec -u www-data cloud_app_1 php cron.php
*/5 * * * * /snap/bin/docker exec -u www-data cloud_app_1 php cron.php
```

View File

@@ -28,7 +28,7 @@ services:
- POSTGRES_HOST=db
app:
image: "nextcloud:21"
image: "nextcloud:23"
restart: always
networks:
- proxy_home

View File

@@ -5,3 +5,4 @@ FQDN_HOME=www.example.net
FQDN_BLOG=blog.example.net
DOMAIN_NAME=example.net
TRUSTED_PROXIES=192.168.254.0/20
REAL_EXTERNAL_IP=192.168.1.1