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"
|
- "traefik.enable=false"
|
||||||
|
|
||||||
nextcloud-app:
|
nextcloud-app:
|
||||||
image: nextcloud:stable
|
image: nextcloud:latest
|
||||||
container_name: "nextcloud-app"
|
container_name: "nextcloud-app"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
<<: *logging
|
<<: *logging
|
||||||
|
@ -150,7 +150,7 @@ services:
|
||||||
- "traefik.http.middlewares.nextcloud_app_dav.replacepathregex.replacement=/remote.php/dav/"
|
- "traefik.http.middlewares.nextcloud_app_dav.replacepathregex.replacement=/remote.php/dav/"
|
||||||
|
|
||||||
nextcloud-app-cron:
|
nextcloud-app-cron:
|
||||||
image: nextcloud:stable
|
image: nextcloud:latest
|
||||||
container_name: "nextcloud-app-cron"
|
container_name: "nextcloud-app-cron"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
<<: *logging
|
<<: *logging
|
||||||
|
@ -162,7 +162,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- nextcloud-app
|
- nextcloud-app
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=false"
|
||||||
|
|
||||||
forgejo-db:
|
forgejo-db:
|
||||||
image: mariadb:latest
|
image: mariadb:latest
|
||||||
|
@ -381,4 +381,3 @@ secrets:
|
||||||
file: ./secrets/nextcloud_admin_password
|
file: ./secrets/nextcloud_admin_password
|
||||||
forgejo_db_root_password:
|
forgejo_db_root_password:
|
||||||
file: ./secrets/forgejo_db_root_password
|
file: ./secrets/forgejo_db_root_password
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue