diff options
Diffstat (limited to 'roles/nextcloud')
| -rw-r--r-- | roles/nextcloud/tasks/main.yaml | 8 |
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: |
