From f9d1a0335097f095b71946a7e46b80ef05d07f09 Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Sat, 25 Jan 2025 17:58:10 +0100 Subject: [PATCH] chore: fix lint --- firefly/docker-compose.yaml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/firefly/docker-compose.yaml b/firefly/docker-compose.yaml index d737ad0..25341a1 100644 --- a/firefly/docker-compose.yaml +++ b/firefly/docker-compose.yaml @@ -58,7 +58,8 @@ services: cron: # - # To make this work, set STATIC_CRON_TOKEN in your .env file or as an environment variable and replace REPLACEME below + # To make this work, set STATIC_CRON_TOKEN in your .env file or as an environment variable and replace REPLACEME + # below # The STATIC_CRON_TOKEN must be *exactly* 32 characters long # image: alpine @@ -73,24 +74,24 @@ services: && crond -f -L /dev/stdout" volumes: - upload: + upload: driver: local driver_opts: type: none o: bind device: "/srv/docker/firefly/upload" - db: - driver: local - driver_opts: - type: none - o: bind - device: "/srv/docker/firefly/db" - tailscale: - driver: local - driver_opts: - type: none - o: bind - device: "/srv/docker/firefly/tailscale" + db: + driver: local + driver_opts: + type: none + o: bind + device: "/srv/docker/firefly/db" + tailscale: + driver: local + driver_opts: + type: none + o: bind + device: "/srv/docker/firefly/tailscale" networks: proxy: