Compare commits

..

No commits in common. "2f716d0a7cf8908a06391fd4da38ad561cb7f1d7" and "76e6bd34a36cb293d0be49848d1b42f06bf544f3" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"port": 8083, "port": 8083,
"id": "nextcloud", "id": "nextcloud",
"tipi_version": 23, "tipi_version": 23,
"version": "29.0.2", "version": "29.0.3",
"categories": [ "categories": [
"data" "data"
], ],

View File

@ -3,7 +3,7 @@ version: "3.7"
services: services:
nextcloud: nextcloud:
container_name: nextcloud container_name: nextcloud
image: nextcloud:29.0.2 image: nextcloud:29.0.3
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:80 - ${APP_PORT}:80