Add 'restart: always' to Compose examples.
This commit is contained in:
parent
b1f8319824
commit
1c399f373a
3 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
version: '3.8'
|
||||
services:
|
||||
opendtu-logger:
|
||||
restart: always
|
||||
image: git.hollander.online/energy/opendtu-logger:main
|
||||
environment:
|
||||
DB_URL: ${DB_URL}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue