Record dependency of nginx on lsmb service

This dependency causes the lsmbdata volume to be forcibly created from the lsmb container
which means that the correct assets will be copied in.
This commit is contained in:
Erik Huelsmann 2022-11-30 23:13:47 +01:00
parent 8abfb47e09
commit 2c6e26e41c

View File

@ -17,6 +17,8 @@
version: "3.2"
services:
proxy:
depends_on:
- lsmb
image: nginx:1-alpine
volumes:
- "lsmbdata:/srv/ledgersmb"