|
|
@ -1,7 +1,7 @@ |
|
|
version: "3.7" |
|
|
version: "3.7" |
|
|
services: |
|
|
services: |
|
|
nextcloud: |
|
|
nextcloud: |
|
|
image: nextcloud:latest |
|
|
image: nextcloud:25.0.3 |
|
|
container_name: nextcloud_main |
|
|
container_name: nextcloud_main |
|
|
restart: unless-stopped |
|
|
restart: unless-stopped |
|
|
ports: |
|
|
ports: |
|
|
@ -50,7 +50,7 @@ services: |
|
|
- /usr/docker_binds/nextcloud/redis:/data |
|
|
- /usr/docker_binds/nextcloud/redis:/data |
|
|
|
|
|
|
|
|
cron: |
|
|
cron: |
|
|
image: nextcloud:23.0 |
|
|
image: nextcloud:25.0 |
|
|
container_name: nextcloud_cron |
|
|
container_name: nextcloud_cron |
|
|
restart: always |
|
|
restart: always |
|
|
volumes: |
|
|
volumes: |
|
|
|