From 41ac3c66967a02d9b2369747e002efcc2de92639 Mon Sep 17 00:00:00 2001 From: Cassowary Date: Thu, 4 Jul 2024 18:24:27 -0700 Subject: [PATCH] fix accidental cap folding --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index 50a7cd8..effa075 100644 --- a/compose.yml +++ b/compose.yml @@ -26,7 +26,7 @@ services: mode: 0555 entrypoint: &entrypoint /usr/local/bin/entrypoint.sh # entrypoint: &entrypoint ['tail', '-f', '/dev/null'] - volumes: &appvolume + volumes: &appVolume - app:/opt/mastodon/public/system #healthcheck: # @@ -174,7 +174,7 @@ services: configs: *configs entrypoint: *entrypoint secrets: *secrets - networks: *bothNetworks + networks: *bothnetworks deploy: update_config: failure_action: rollback @@ -199,7 +199,7 @@ services: update_config: failure_action: rollback order: start-first - networks: *bothNetworks + networks: *bothnetworks volumes: *appVolume environment: *env