From acc4a4f2fa1f08853d6a8592e1f1e9b75e5e7799 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 22:10:49 +0000 Subject: [PATCH 1/2] chore(deps): update bigbeartechworld/big-bear-nextcloud-with-smbclient docker tag to v0.0.2 --- Apps/nextcloud-with-smbclient/docker-compose.yml | 4 ++-- Apps/nextcloud/docker-compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Apps/nextcloud-with-smbclient/docker-compose.yml b/Apps/nextcloud-with-smbclient/docker-compose.yml index ccb774c92..9a6dbea67 100644 --- a/Apps/nextcloud-with-smbclient/docker-compose.yml +++ b/Apps/nextcloud-with-smbclient/docker-compose.yml @@ -11,7 +11,7 @@ services: # Define the container name container_name: big-bear-nextcloud-smb # Use the nextcloud image from the official Docker Hub - image: bigbeartechworld/big-bear-nextcloud-with-smbclient:0.0.1 + image: bigbeartechworld/big-bear-nextcloud-with-smbclient:0.0.2 # Restart the container unless stopped restart: unless-stopped # Map port 7580 on the host to port 80 on the container @@ -153,7 +153,7 @@ services: big-bear-nextcloud-smb-cron: container_name: big-bear-nextcloud-smb-cron - image: bigbeartechworld/big-bear-nextcloud-with-smbclient:0.0.1 + image: bigbeartechworld/big-bear-nextcloud-with-smbclient:0.0.2 restart: on-failure volumes: - /DATA/AppData/$AppID/html:/var/www/html diff --git a/Apps/nextcloud/docker-compose.yml b/Apps/nextcloud/docker-compose.yml index 734be9c39..e35714aad 100644 --- a/Apps/nextcloud/docker-compose.yml +++ b/Apps/nextcloud/docker-compose.yml @@ -11,7 +11,7 @@ services: # Define the container name container_name: nextcloud # Use the nextcloud image from the official Docker Hub - image: bigbeartechworld/big-bear-nextcloud-with-smbclient:0.0.1 + image: bigbeartechworld/big-bear-nextcloud-with-smbclient:0.0.2 # Restart the container unless stopped restart: unless-stopped # Map port 7580 on the host to port 80 on the container @@ -152,7 +152,7 @@ services: en_us: "Container Port: 6379" cron: - image: bigbeartechworld/big-bear-nextcloud-with-smbclient:0.0.1 + image: bigbeartechworld/big-bear-nextcloud-with-smbclient:0.0.2 restart: on-failure volumes: - /DATA/AppData/$AppID/html:/var/www/html From e80c16c681a6558fcf0ebf7b403ca042c924fd64 Mon Sep 17 00:00:00 2001 From: Big Bear CI Date: Thu, 14 Nov 2024 22:12:07 +0000 Subject: [PATCH 2/2] Update app version [ready] --- Apps/nextcloud-with-smbclient/config.json | 2 +- Apps/nextcloud/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Apps/nextcloud-with-smbclient/config.json b/Apps/nextcloud-with-smbclient/config.json index 025728da9..315e63890 100644 --- a/Apps/nextcloud-with-smbclient/config.json +++ b/Apps/nextcloud-with-smbclient/config.json @@ -1,6 +1,6 @@ { "id": "nextcloud-with-smbclient", - "version": "0.0.1", + "version": "0.0.2", "image": "bigbeartechworld/big-bear-nextcloud-with-smbclient", "youtube": "", "docs_link": "", diff --git a/Apps/nextcloud/config.json b/Apps/nextcloud/config.json index bb9ed7ad4..13f8bcdf3 100644 --- a/Apps/nextcloud/config.json +++ b/Apps/nextcloud/config.json @@ -1,6 +1,6 @@ { "id": "nextcloud", - "version": "0.0.1", + "version": "0.0.2", "image": "bigbeartechworld/big-bear-nextcloud-with-smbclient", "youtube": "https://youtu.be/O0fzG16COYc", "docs_link": "",