Add dependency
This commit is contained in:
parent
34bd2348cc
commit
912e03d2d2
1 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@ services:
|
||||||
blog:
|
blog:
|
||||||
container_name: blog
|
container_name: blog
|
||||||
image: kianby/blogduyax
|
image: kianby/blogduyax
|
||||||
|
depends_on:
|
||||||
|
- stacosys
|
||||||
networks:
|
networks:
|
||||||
- srv
|
- srv
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Add table
Reference in a new issue