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