Skip to content

Commit 5c6109c

Browse files
committed
Fix docker-compose.yml
1 parent bf51047 commit 5c6109c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ services:
6060
PROMETHEUS_MULTIPROC_DIR: /tmp/prometheus-metrics
6161
# tmpfs dir is cleaned up each container restart
6262
tmpfs:
63-
- ./config.docker.yml:/app/config.yml
6463
- /tmp/prometheus-metrics:mode=1777
64+
volumes:
65+
- ./config.docker.yml:/app/config.yml
6566
depends_on:
6667
db:
6768
condition: service_healthy

0 commit comments

Comments
 (0)