Compare commits
1 Commits
renovate/n
...
5528e2b145
| Author | SHA1 | Date | |
|---|---|---|---|
| 5528e2b145 |
@@ -14,7 +14,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: nextcloud:28.0.2-fpm-alpine
|
image: nextcloud:29.0.0-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:29.0.0-fpm-alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud:/var/www/html
|
- nextcloud:/var/www/html
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
FROM nginx:1.27.0-alpine
|
FROM nginx:1.25.3-alpine
|
||||||
|
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user