Add dependency

This commit is contained in:
Yax 2020-07-12 17:20:01 +02:00
parent 34bd2348cc
commit 912e03d2d2

View file

@ -13,7 +13,9 @@ services:
- 8100
blog:
container_name: blog
image: kianby/blogduyax
image: kianby/blogduyax
depends_on:
- stacosys
networks:
- srv
restart: unless-stopped