Skip to content

Commit 3ecd6d5

Browse files
committed
docker-compose
1 parent 4df75c2 commit 3ecd6d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ services:
1919
- monitoring
2020
volumes:
2121
- type: bind
22-
source: ./config.yml
22+
source: ${PWD}/${CONFIG_FILE_PATH}
2323
target: /config/config.yml
24-
# - type: bind
25-
# source: ${PWD}/${VALIDATION_FILE_PATH}
26-
# target: /config/validation.yml
24+
- type: bind
25+
source: ${PWD}/${VALIDATION_FILE_PATH}
26+
target: /config/validation.yml
2727
prometheus:
2828
image: prom/prometheus:latest
2929
logging:

0 commit comments

Comments
 (0)