Skip to content

Commit

Permalink
Merge pull request #154 from bigbeartechworld/renovate/linuxserver-ne…
Browse files Browse the repository at this point in the history
…xtcloud-29.x

Update linuxserver/nextcloud Docker tag to v29
  • Loading branch information
dragonfire1119 authored Apr 28, 2024
2 parents 314cdbf + 598157c commit 00e9b53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3" # Specifies the version of the Docker Compose file format. Version
services:
# Defines the Nextcloud service
big-bear-nextcloud:
image: linuxserver/nextcloud:28.0.4 # Docker image with specific version for the Nextcloud service.
image: linuxserver/nextcloud:29.0.0 # Docker image with specific version for the Nextcloud service.
container_name: big-bear-nextcloud # Custom container name for easy reference.
environment:
- PUID=1000 # User ID for file permission management outside the container.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3" # Specifies the version of the Docker Compose file format. Version
services:
# Defines the Nextcloud service
big-bear-nextcloud:
image: linuxserver/nextcloud:28.0.4 # Docker image with specific version for the Nextcloud service.
image: linuxserver/nextcloud:29.0.0 # Docker image with specific version for the Nextcloud service.
container_name: big-bear-nextcloud # Custom container name for easy reference.
environment:
- PUID=1000 # User ID for file permission management outside the container.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3" # Specifies the version of the Docker Compose file format. Version
services:
# Defines the Nextcloud service
big-bear-nextcloud:
image: linuxserver/nextcloud:28.0.4 # Docker image with specific version for the Nextcloud service.
image: linuxserver/nextcloud:29.0.0 # Docker image with specific version for the Nextcloud service.
container_name: big-bear-nextcloud # Custom container name for easy reference.
environment:
- PUID=1000 # User ID for file permission management outside the container.
Expand Down

0 comments on commit 00e9b53

Please sign in to comment.