Compare commits
No commits in common. "791bfa1a59715bbddb18869732b20c1957aedda9" and "579b7cbb616ee589f518abfc6db49ce6138a18f2" have entirely different histories.
791bfa1a59
...
579b7cbb61
|
@ -19,7 +19,7 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nextcloud-app:
|
nextcloud-app:
|
||||||
image: nextcloud-cron:23.0.12
|
image: nextcloud-cron:23.0.11
|
||||||
build: .
|
build: .
|
||||||
container_name: nextcloud-app
|
container_name: nextcloud-app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM nextcloud:23.0.12-apache
|
FROM nextcloud:23.0.11-apache
|
||||||
|
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
[http.routers]
|
[http.routers]
|
||||||
[http.routers.coopoasis]
|
[http.routers.coopoasis]
|
||||||
entrypoints = "websecure"
|
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"
|
service = "coopoasis"
|
||||||
|
|
||||||
[http.services]
|
[http.services]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user