fix compose file paths
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Docker Compose v2.20 or greater required to use "include"
|
# Docker Compose v2.20 or greater required to use "include"
|
||||||
include:
|
include:
|
||||||
#################### NETWORKS ####################
|
#################### NETWORKS ####################
|
||||||
- ../../compose/networks/proxy.yaml
|
- ../compose/networks/${FLATNOTES_NETWORk_ID}.yaml
|
||||||
#################### SERVICES ####################
|
#################### SERVICES ####################
|
||||||
- ../../compose/flatnotes.yaml
|
- ../compose/flatnotes.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user