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