Explain need to match with Dockerfile LABEL

This commit is contained in:
David Heinemeier Hansson
2023-01-08 14:38:03 +01:00
parent 14867a2f61
commit 23c2cb898c

View File

@@ -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