chore(deps): update nextcloud docker tag to v25.0.5
This commit is contained in:
parent
203c72ed3a
commit
8b128061cc
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
nextcloud:
|
nextcloud:
|
||||||
container_name: nextcloud
|
container_name: nextcloud
|
||||||
image: nextcloud:25.0.4-apache
|
image: nextcloud:25.0.5-apache
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:80
|
- ${APP_PORT}:80
|
||||||
|
@ -69,7 +69,7 @@ services:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
image: nextcloud:25.0.3-apache
|
image: nextcloud:25.0.5-apache
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/nextcloud:/var/www/html
|
- ${APP_DATA_DIR}/data/nextcloud:/var/www/html
|
||||||
|
|
Loading…
Reference in New Issue
Block a user