From c0f5080c4c3f3feb972e25f7f773b695c6ca4f61 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Wed, 12 Jan 2022 10:28:06 +0100 Subject: [PATCH] fix paths --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 6a4c418..010edfd 100644 --- a/compose.yml +++ b/compose.yml @@ -91,11 +91,11 @@ services: hashtag: image: decentral1se/beta.lumbung.space-scripts:latest volumes: - - content:/src/content/mastodon + - content:/src/content/ secrets: - masto_key environment: - OUTPUT_DIR: /src/content/feed + OUTPUT_DIR: /src/content/hash command: | bash -c " export MASTODON_AUTH_TOKEN=`cat /run/secrets/masto_key`;