From 7a17a8630fd6150b5920a9e32626e270c9725d03 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sat, 30 Sep 2023 21:55:26 +0200 Subject: [PATCH] Fix docker-compose.yml syntax --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4a90dcd..114efb4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,14 +32,14 @@ services: depends_on: - postgres image: ghcr.io/ledgersmb/ledgersmb:1.10 - volumes: # In order to store the configuration outside the image, allowing it to # be edited between container restarts, uncomment the section below and # change the 'source' to the directory where you want the configuration # to be stored. - # - type: bind - # - source: /home/ledgersmb/conf - # - target: /srv/ledgersmb/local/conf + # volumes: + # - type: bind + # - source: /home/ledgersmb/conf + # - target: /srv/ledgersmb/local/conf networks: - internal - default