Update nextcloud Docker tag to v31.0.7
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- nextcloud
|
- nextcloud
|
||||||
nextcloud:
|
nextcloud:
|
||||||
image: nextcloud:31.0.5
|
image: nextcloud:31.0.7
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8081:80
|
- 8081:80
|
||||||
@@ -30,7 +30,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- nextcloud
|
- nextcloud
|
||||||
cron:
|
cron:
|
||||||
image: nextcloud:31.0.5
|
image: nextcloud:31.0.7
|
||||||
container_name: nextcloud-cron
|
container_name: nextcloud-cron
|
||||||
volumes:
|
volumes:
|
||||||
- ${NEXTCLOUD_DATA_DIR}:/var/www/html
|
- ${NEXTCLOUD_DATA_DIR}:/var/www/html
|
||||||
|
|||||||
Reference in New Issue
Block a user