Compare commits
2 Commits
579b7cbb61
...
791bfa1a59
Author | SHA1 | Date | |
---|---|---|---|
|
791bfa1a59 | ||
|
176017a569 |
|
@ -19,7 +19,7 @@ networks:
|
|||
|
||||
services:
|
||||
nextcloud-app:
|
||||
image: nextcloud-cron:23.0.11
|
||||
image: nextcloud-cron:23.0.12
|
||||
build: .
|
||||
container_name: nextcloud-app
|
||||
restart: unless-stopped
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM nextcloud:23.0.11-apache
|
||||
FROM nextcloud:23.0.12-apache
|
||||
|
||||
ARG VERSION
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
[http.routers]
|
||||
[http.routers.coopoasis]
|
||||
entrypoints = "websecure"
|
||||
rule = "Host(`odoo.cooperative-oasis.org`) || Host(`pad.cooperative-oasis.org`)"
|
||||
rule = "Host(`odoo.cooperative-oasis.org`) || Host(`pad.cooperative-oasis.org`) || Host(`test-odoo.cooperative-oasis.org`)"
|
||||
service = "coopoasis"
|
||||
|
||||
[http.services]
|
||||
|
|
Loading…
Reference in New Issue
Block a user