Compare commits

..

No commits in common. "791bfa1a59715bbddb18869732b20c1957aedda9" and "579b7cbb616ee589f518abfc6db49ce6138a18f2" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ networks:
services:
nextcloud-app:
image: nextcloud-cron:23.0.12
image: nextcloud-cron:23.0.11
build: .
container_name: nextcloud-app
restart: unless-stopped

View File

@ -1,4 +1,4 @@
FROM nextcloud:23.0.12-apache
FROM nextcloud:23.0.11-apache
ARG VERSION

View File

@ -37,7 +37,7 @@
[http.routers]
[http.routers.coopoasis]
entrypoints = "websecure"
rule = "Host(`odoo.cooperative-oasis.org`) || Host(`pad.cooperative-oasis.org`) || Host(`test-odoo.cooperative-oasis.org`)"
rule = "Host(`odoo.cooperative-oasis.org`) || Host(`pad.cooperative-oasis.org`)"
service = "coopoasis"
[http.services]