From 23c2cb898c1635d0223a0a346f3278cf8012be60 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 8 Jan 2023 14:38:03 +0100 Subject: [PATCH] Explain need to match with Dockerfile LABEL --- lib/tasks/mrsk/templates/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/tasks/mrsk/templates/deploy.yml b/lib/tasks/mrsk/templates/deploy.yml index 16eacd83..72bbe2cc 100644 --- a/lib/tasks/mrsk/templates/deploy.yml +++ b/lib/tasks/mrsk/templates/deploy.yml @@ -1,4 +1,5 @@ -# Name of your application will be used for uniquely configuring Traefik and app containers +# Name of your application will be used for uniquely configuring Traefik and app containers. +# Your Dockerfile should set LABEL service=the-same-value to ensure image pruning works. service: my-app # Name of the container image