mirror of
https://github.com/openfaas/faas.git
synced 2025-06-25 08:13:25 +00:00
Removes depends_on tag from docker-compose.yml files and documentation
Signed-off-by: Vincenzo Ferme <fermevincenzo@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
95b438552b
commit
399d4d40e7
4
DEV.md
4
DEV.md
@ -52,8 +52,6 @@ Update the Docker stack with this:
|
||||
image: alexellis2/faas-markdownrender:latest
|
||||
labels:
|
||||
function: "true"
|
||||
depends_on:
|
||||
- gateway
|
||||
networks:
|
||||
- functions
|
||||
```
|
||||
@ -77,8 +75,6 @@ Update your Docker stack with this definition:
|
||||
image: alexellis2/faas-alpinefunction:latest
|
||||
labels:
|
||||
function: "true"
|
||||
depends_on:
|
||||
- gateway
|
||||
networks:
|
||||
- functions
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user