diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-08-23 16:02:28 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-09-07 20:15:37 +0000 |
| commit | c85806e3289b5e207d51d382f8dc75edad04404d (patch) | |
| tree | 244d2f1ad38320863fb60f695c88c97799be1171 /roles/nextcloud/tasks | |
| parent | 4d34de2f5e757bfeae5738547aabb61d3d28a2f8 (diff) | |
switched to alpine initial commit
Diffstat (limited to 'roles/nextcloud/tasks')
| -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: |
