mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-18 14:17:12 -04:00
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:
parent
4c11eb8db5
commit
b540438bca
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user