chore(deps): update nextcloud docker tag to v26.0.10 (#1888)
This commit is contained in:
parent
5746f3cb9e
commit
25010b2b89
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8083,
|
"port": 8083,
|
||||||
"id": "nextcloud",
|
"id": "nextcloud",
|
||||||
"tipi_version": 19,
|
"tipi_version": 20,
|
||||||
"version": "26.0.8-apache",
|
"version": "26.0.10-apache",
|
||||||
"categories": [
|
"categories": [
|
||||||
"data"
|
"data"
|
||||||
],
|
],
|
||||||
|
@ -32,5 +32,8 @@
|
||||||
"env_variable": "NEXTCLOUD_ADMIN_PASSWORD"
|
"env_variable": "NEXTCLOUD_ADMIN_PASSWORD"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
nextcloud:
|
nextcloud:
|
||||||
container_name: nextcloud
|
container_name: nextcloud
|
||||||
image: nextcloud:26.0.8-apache
|
image: nextcloud:26.0.10-apache
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:80
|
- ${APP_PORT}:80
|
||||||
|
|
Loading…
Reference in New Issue
Block a user