Compare commits
1 Commits
823e3a5190
...
a29545ad3f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a29545ad3f |
@@ -11,7 +11,7 @@ services:
|
||||
networks:
|
||||
- nextcloud
|
||||
nextcloud:
|
||||
image: nextcloud:31.0.8
|
||||
image: nextcloud:31.0.7
|
||||
restart: always
|
||||
ports:
|
||||
- 8081:80
|
||||
@@ -30,7 +30,7 @@ services:
|
||||
networks:
|
||||
- nextcloud
|
||||
cron:
|
||||
image: nextcloud:31.0.8
|
||||
image: nextcloud:31.0.7
|
||||
container_name: nextcloud-cron
|
||||
volumes:
|
||||
- ${NEXTCLOUD_DATA_DIR}:/var/www/html
|
||||
|
||||
@@ -16,7 +16,7 @@ services:
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
|
||||
paperless:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.18.3
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.18.2
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
Reference in New Issue
Block a user