We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf51047 commit 5c6109cCopy full SHA for 5c6109c
docker-compose.yml
@@ -60,8 +60,9 @@ services:
60
PROMETHEUS_MULTIPROC_DIR: /tmp/prometheus-metrics
61
# tmpfs dir is cleaned up each container restart
62
tmpfs:
63
- - ./config.docker.yml:/app/config.yml
64
- /tmp/prometheus-metrics:mode=1777
+ volumes:
65
+ - ./config.docker.yml:/app/config.yml
66
depends_on:
67
db:
68
condition: service_healthy
0 commit comments