user nobody

This commit is contained in:
2024-12-06 11:47:56 +01:00
parent bcab17418c
commit eb1a83b246

View File

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