From 800628ca4b759519e9c8e39ac0de41c91fba9162 Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Sun, 26 Jan 2025 17:44:45 +0100 Subject: [PATCH] chore: fix lint --- firefly/docker-compose.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/firefly/docker-compose.yaml b/firefly/docker-compose.yaml index 25341a1..e7a8d24 100644 --- a/firefly/docker-compose.yaml +++ b/firefly/docker-compose.yaml @@ -58,7 +58,7 @@ services: cron: # - # To make this work, set STATIC_CRON_TOKEN in your .env file or as an environment variable and replace REPLACEME + # 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 # @@ -80,18 +80,18 @@ volumes: 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: