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 4c11eb8db5
commit b540438bca

View File

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