go from nextcloud:stable to nextcloud:latest
This commit is contained in:
parent
a1711141ea
commit
0e0238f4ea
1 changed files with 3 additions and 4 deletions
|
@ -104,7 +104,7 @@ services:
|
|||
- "traefik.enable=false"
|
||||
|
||||
nextcloud-app:
|
||||
image: nextcloud:stable
|
||||
image: nextcloud:latest
|
||||
container_name: "nextcloud-app"
|
||||
restart: unless-stopped
|
||||
<<: *logging
|
||||
|
@ -150,7 +150,7 @@ services:
|
|||
- "traefik.http.middlewares.nextcloud_app_dav.replacepathregex.replacement=/remote.php/dav/"
|
||||
|
||||
nextcloud-app-cron:
|
||||
image: nextcloud:stable
|
||||
image: nextcloud:latest
|
||||
container_name: "nextcloud-app-cron"
|
||||
restart: unless-stopped
|
||||
<<: *logging
|
||||
|
@ -162,7 +162,7 @@ services:
|
|||
depends_on:
|
||||
- nextcloud-app
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.enable=false"
|
||||
|
||||
forgejo-db:
|
||||
image: mariadb:latest
|
||||
|
@ -381,4 +381,3 @@ secrets:
|
|||
file: ./secrets/nextcloud_admin_password
|
||||
forgejo_db_root_password:
|
||||
file: ./secrets/forgejo_db_root_password
|
||||
|
||||
|
|
Loading…
Reference in a new issue