user nobody
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user