labels
version: "3.9"
services:
web:
image: web
deploy:
labels:
com.example.description: "This label will appear on the web service"version: "3.9"
services:
web:
image: web
labels:
com.example.description: "This label will appear on all containers for the web service"Last updated