Compare commits
8 Commits
0492da4a23
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 30aefd14a3 | |||
| 310ed1df45 | |||
| 2fcdc66d65 | |||
| 766a1c4f9f | |||
| f8bb802660 | |||
| e48f7095f6 | |||
| 73775304d1 | |||
| e1cac454e7 |
@@ -2,7 +2,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
db:
|
||||
image: postgres:14.6-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:25.0.2-fpm-alpine
|
||||
image: nextcloud:28.0.2-fpm-alpine
|
||||
# ports:
|
||||
# - 8080:80
|
||||
restart: always
|
||||
@@ -49,7 +49,7 @@ services:
|
||||
- app
|
||||
|
||||
cron:
|
||||
image: nextcloud:25.0.2-fpm-alpine
|
||||
image: nextcloud:28.0.2-fpm-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
FROM nginx:1.23.3-alpine
|
||||
FROM nginx:1.25.3-alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
Reference in New Issue
Block a user