Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update bigbeartechworld/big-bear-nextcloud-with-smbclient docker tag to v0.0.2 #2007

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Apps/nextcloud-with-smbclient/config.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down
4 changes: 2 additions & 2 deletions Apps/nextcloud-with-smbclient/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Apps/nextcloud/config.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down
4 changes: 2 additions & 2 deletions Apps/nextcloud/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down