Updated firefly container name

This commit is contained in:
Mike Wilson
2023-08-10 17:15:17 -04:00
parent 815d17b18e
commit 979fe74103
2 changed files with 3 additions and 3 deletions

View File

@@ -25,8 +25,8 @@
- mealie - mealie
- qbittorrent - qbittorrent
- searxng - searxng
- firefly3 - sabnzbd
- name: sabnzbd - name: firefly3
tags: test tags: test
- unifi-controller - unifi-controller
- slskd - slskd

View File

@@ -9,7 +9,7 @@ networks:
services: services:
app: app:
image: fireflyiii/core:latest image: fireflyiii/core:latest
container_name: firefly3 container_name: firefly_iii_core
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- "{{ data_dir }}/firefly3/upload:/var/www/html/storage/upload" - "{{ data_dir }}/firefly3/upload:/var/www/html/storage/upload"