Auf Version 23:latest aktualisiert
This commit is contained in:
parent
4dda5c2fa5
commit
beffe7e083
|
@ -29,7 +29,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: nextcloud:22-fpm-alpine
|
image: nextcloud:23-fpm-alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/appdata/nextcloud/www:/var/www/html
|
- /opt/appdata/nextcloud/www:/var/www/html
|
||||||
|
@ -60,7 +60,7 @@ services:
|
||||||
container_name: nextcloud-nginx
|
container_name: nextcloud-nginx
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
image: nextcloud:22-fpm-alpine
|
image: nextcloud:23-fpm-alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/appdata/nextcloud/www:/var/www/html
|
- /opt/appdata/nextcloud/www:/var/www/html
|
||||||
|
|
Loading…
Reference in New Issue