Changed restart parameter to unless-stopped.
This commit is contained in:
parent
4a7f15b658
commit
bb298e5f9f
@ -6,7 +6,7 @@ services:
|
|||||||
container_name: vision_interaction
|
container_name: vision_interaction
|
||||||
volumes:
|
volumes:
|
||||||
- ./interaction:/usr/src/app
|
- ./interaction:/usr/src/app
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- BOT_VERSION
|
- BOT_VERSION
|
||||||
- BEARER_TOKEN
|
- BEARER_TOKEN
|
||||||
@ -20,7 +20,7 @@ services:
|
|||||||
container_name: vision_posting
|
container_name: vision_posting
|
||||||
volumes:
|
volumes:
|
||||||
- ./posting:/usr/src/app
|
- ./posting:/usr/src/app
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- BOT_VERSION
|
- BOT_VERSION
|
||||||
- BEARER_TOKEN
|
- BEARER_TOKEN
|
||||||
|
Loading…
Reference in New Issue
Block a user