Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
4dcc79f7aa |
@ -8,7 +8,9 @@ networks:
|
||||
|
||||
services:
|
||||
prometheus:
|
||||
image: prom/prometheus:${VERSION:?}
|
||||
image: ${IMAGE:-prom/prometheus}:${VERSION:?}
|
||||
container_name: ${NAME:-prometheus}
|
||||
user: ${RUN_USER:-1000}:${RUN_GROUP:-1000}
|
||||
volumes:
|
||||
- config:/etc/prometheus
|
||||
- data:/prometheus
|
||||
|
Loading…
x
Reference in New Issue
Block a user