mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 06:37:11 -04:00
Fix docker-compose.yml syntax
This commit is contained in:
parent
ee863b6f3d
commit
7a17a8630f
@ -32,11 +32,11 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
image: ghcr.io/ledgersmb/ledgersmb:1.10
|
image: ghcr.io/ledgersmb/ledgersmb:1.10
|
||||||
volumes:
|
|
||||||
# In order to store the configuration outside the image, allowing it to
|
# In order to store the configuration outside the image, allowing it to
|
||||||
# be edited between container restarts, uncomment the section below and
|
# be edited between container restarts, uncomment the section below and
|
||||||
# change the 'source' to the directory where you want the configuration
|
# change the 'source' to the directory where you want the configuration
|
||||||
# to be stored.
|
# to be stored.
|
||||||
|
# volumes:
|
||||||
# - type: bind
|
# - type: bind
|
||||||
# - source: /home/ledgersmb/conf
|
# - source: /home/ledgersmb/conf
|
||||||
# - target: /srv/ledgersmb/local/conf
|
# - target: /srv/ledgersmb/local/conf
|
||||||
|
Loading…
Reference in New Issue
Block a user