aboutsummaryrefslogtreecommitdiff
path: root/roles/nextcloud/tasks/main.yaml
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2022-08-23 16:02:28 +0000
committerKumar Damani <me@kumardamani.net>2022-09-07 20:15:37 +0000
commitc85806e3289b5e207d51d382f8dc75edad04404d (patch)
tree244d2f1ad38320863fb60f695c88c97799be1171 /roles/nextcloud/tasks/main.yaml
parent4d34de2f5e757bfeae5738547aabb61d3d28a2f8 (diff)
switched to alpine initial commit
Diffstat (limited to 'roles/nextcloud/tasks/main.yaml')
-rw-r--r--roles/nextcloud/tasks/main.yaml8
1 files changed, 2 insertions, 6 deletions
diff --git a/roles/nextcloud/tasks/main.yaml b/roles/nextcloud/tasks/main.yaml
index 593bfa3..c1d91aa 100644
--- a/roles/nextcloud/tasks/main.yaml
+++ b/roles/nextcloud/tasks/main.yaml
@@ -12,11 +12,7 @@
image: 'postgres:14.1-alpine'
pull: true
state: 'started'
- labels:
- "flame.type": "application"
- "flame.name": "{{ nextcloud_container_name | title }}"
- "flame.url": "{{ nextcloud_dashboard_url }}"
- "flame.icon": "custom"
+ recreate: true
env:
"PUID": '{{ nextcloud_uid }}'
"PGID": '{{ nextcloud_gid }}'
@@ -39,7 +35,7 @@
- name: 'Make sure the Nextcloud container is created and running'
community.docker.docker_container:
name: '{{ nextcloud_container_name }}'
- image: 'ghcr.io/linuxserver/nextcloud:php8'
+ image: 'ghcr.io/linuxserver/nextcloud:php8-24.0.4-ls81'
pull: true
state: 'started'
env: