Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c99629d9a3 |
+3
-3
@@ -12,7 +12,7 @@ services:
|
|||||||
# - database-connection
|
# - database-connection
|
||||||
db:
|
db:
|
||||||
# image: mysql:9.2.0
|
# image: mysql:9.2.0
|
||||||
image: mysql:9.7.2@sha256:29abb0a179982e4a8928138bfc7f918af9eda64e7eeb1b1d084c1720a20159e6
|
image: mysql:26.7.0@sha256:45abdd9b4144660b5c93a5b7d0ebb21e024f0ba9851ecb4ab43bf83c6bf83592
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- mysql:/var/lib/mysql
|
- mysql:/var/lib/mysql
|
||||||
@@ -29,7 +29,7 @@ services:
|
|||||||
- redis-connection
|
- redis-connection
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: nextcloud:32.0.15-fpm-alpine@sha256:2547a5fe6ba5f88e3831246360087cf29b051138b4a50a3223b783c20df24598
|
image: nextcloud:32.0.14-fpm-alpine@sha256:da1d436568cd19d73f2a08d5f11c061e419a47f1be0f6ac29b53282086a85f58
|
||||||
# image: nextcloud@sha256:e899ecc5d6b89863d06ffd6eaa3a965c7fc7fd671b38dd06f8185e1df761c7c8
|
# image: nextcloud@sha256:e899ecc5d6b89863d06ffd6eaa3a965c7fc7fd671b38dd06f8185e1df761c7c8
|
||||||
# image: nextcloud:fpm
|
# image: nextcloud:fpm
|
||||||
restart: always
|
restart: always
|
||||||
@@ -138,7 +138,7 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
image: nextcloud:32.0.15-fpm-alpine@sha256:2547a5fe6ba5f88e3831246360087cf29b051138b4a50a3223b783c20df24598
|
image: nextcloud:32.0.14-fpm-alpine@sha256:da1d436568cd19d73f2a08d5f11c061e419a47f1be0f6ac29b53282086a85f58
|
||||||
# image: nextcloud@sha256:e899ecc5d6b89863d06ffd6eaa3a965c7fc7fd671b38dd06f8185e1df761c7c8
|
# image: nextcloud@sha256:e899ecc5d6b89863d06ffd6eaa3a965c7fc7fd671b38dd06f8185e1df761c7c8
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user