mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-25 10:18:07 +02:00
Always restart spring backend service
Signed-off-by: Friedrich Greiner <greinerfriedrich@gmail.com>
This commit is contained in:
parent
318092a788
commit
decd790f19
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ version: "3.7"
|
|||
services:
|
||||
backend:
|
||||
build: backend
|
||||
restart: always
|
||||
environment:
|
||||
MYSQL_HOST: db
|
||||
networks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue