Reintroduce restart-always to web_recipes service
This commit is contained in:
parent
cd5f752d26
commit
fa79adf931
@ -11,6 +11,7 @@ services:
|
|||||||
- default
|
- default
|
||||||
|
|
||||||
web_recipes:
|
web_recipes:
|
||||||
|
restart: always
|
||||||
image: vabene1111/recipes
|
image: vabene1111/recipes
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
- ./.env
|
||||||
|
@ -9,6 +9,7 @@ services:
|
|||||||
- ./.env
|
- ./.env
|
||||||
|
|
||||||
web_recipes:
|
web_recipes:
|
||||||
|
restart: always
|
||||||
image: vabene1111/recipes
|
image: vabene1111/recipes
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
- ./.env
|
||||||
|
@ -11,6 +11,7 @@ services:
|
|||||||
- default
|
- default
|
||||||
|
|
||||||
web_recipes:
|
web_recipes:
|
||||||
|
restart: always
|
||||||
image: vabene1111/recipes
|
image: vabene1111/recipes
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
- ./.env
|
||||||
|
Loading…
Reference in New Issue
Block a user