From 4fb8f0fba8dddf66b21fecaa5ab536c2214c42c3 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sun, 2 Jun 2024 23:10:07 +0200 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index f2c4b08..273d23d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,9 +37,14 @@ services: # change the 'source' to the directory where you want the configuration # to be stored. # volumes: + # # Override all configuration: # - type: bind # source: /home/ledgersmb/conf # target: /srv/ledgersmb/local/conf + # # Add a snippet of configuration: + # - type: bind + # source: /home/ledgersmb/conf/ledgersmb.100.yaml + # target: /srv/ledgersmb/local/conf/ledgersmb.100.yaml networks: - internal - default