Skip to content

Commit b44bf51

Browse files
committed
[DOP-25348] Fix tmpfs mode for non-root user
1 parent 2b2a2c2 commit b44bf51

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docker-compose.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ services:
6161
PROMETHEUS_MULTIPROC_DIR: /tmp/prometheus-metrics
6262
# tmpfs dir is cleaned up each container restart
6363
tmpfs:
64-
- /tmp/prometheus-metrics
64+
- /tmp/prometheus-metrics:mode=1777
6565
env_file: .env.docker
6666
depends_on:
6767
db:
@@ -120,12 +120,6 @@ services:
120120
env_file: .env.docker
121121
ports:
122122
- 3000:3000
123-
healthcheck:
124-
test: [CMD-SHELL, curl -f http://localhost:3000/]
125-
interval: 30s
126-
timeout: 5s
127-
retries: 3
128-
start_period: 5s
129123
depends_on:
130124
server:
131125
condition: service_healthy

0 commit comments

Comments
 (0)