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