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