Add 'restart: always' to Compose examples.

This commit is contained in:
Pieter Hollander 2024-03-27 10:19:09 +01:00
parent b1f8319824
commit 1c399f373a
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg
3 changed files with 5 additions and 0 deletions

View file

@ -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}