Compare commits
1 Commits
renovate/p
...
renovate/n
| Author | SHA1 | Date | |
|---|---|---|---|
| 4eed034f75 |
@@ -2,7 +2,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
db:
|
||||
image: postgres:14.12-alpine
|
||||
image: postgres:14.10-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- /mnt/data/db:/var/lib/postgresql/data
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
restart: always
|
||||
|
||||
app:
|
||||
image: nextcloud:28.0.2-fpm-alpine
|
||||
image: nextcloud:28.0.6-fpm-alpine
|
||||
# ports:
|
||||
# - 8080:80
|
||||
restart: always
|
||||
@@ -49,7 +49,7 @@ services:
|
||||
- app
|
||||
|
||||
cron:
|
||||
image: nextcloud:28.0.2-fpm-alpine
|
||||
image: nextcloud:28.0.6-fpm-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
|
||||
Reference in New Issue
Block a user