fix docker-compose
This commit is contained in:
parent
3ec90da1e0
commit
f109bd59ab
|
@ -9,7 +9,7 @@ services:
|
||||||
command: [redis-server, --protected-mode yes, --port 6379, --requirepass, P@ssw0rd!]
|
command: [redis-server, --protected-mode yes, --port 6379, --requirepass, P@ssw0rd!]
|
||||||
|
|
||||||
tg-bot:
|
tg-bot:
|
||||||
image: git.sm8255082.ru/osnova/zbx-tg-bot:1.1.0
|
image: git.sm8255082.ru/osnova/zbx-tg-bot:2.0.0
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
|
|
Loading…
Reference in New Issue