compose variables

This commit is contained in:
2026-02-21 12:17:39 +01:00
parent eb1a83b246
commit a6c38fa72e

View File

@@ -4,7 +4,7 @@ services:
prometheus:
container_name: ${PROMETHEUS_CONTAINER_NAME:-prometheus}
hostname: prometheus
image: ${PROMETHEUS_IMAGE:-docker.io/prom/prometheus}:${PROMETHEUS_TAG:-latest}
image: ${PROMETHEUS_IMAGE_NAME:-docker.io/prom/prometheus}:${PROMETHEUS_IMAGE_TAG:-latest}
user: nobody
restart: unless-stopped
networks: