From 73cfe69a954e6993da5762b72938837add86b882 Mon Sep 17 00:00:00 2001 From: Cassowary Date: Thu, 4 Jul 2024 18:15:50 -0700 Subject: [PATCH] Restore entrypoint --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 0535580..5d95bd9 100644 --- a/compose.yml +++ b/compose.yml @@ -24,8 +24,8 @@ services: - source: entrypoint_sh target: /usr/local/bin/entrypoint.sh mode: 0555 - # entrypoint: &entrypoint /usr/local/bin/entrypoint.sh - entrypoint: &entrypoint ['tail', '-f', '/dev/null'] + entrypoint: &entrypoint /usr/local/bin/entrypoint.sh + # entrypoint: &entrypoint ['tail', '-f', '/dev/null'] volumes: &appVolume - app:/opt/mastodon/public/system #healthcheck: