Skip to content

Commit 64c89cd

Browse files
committed
openHAB - PR370 update 3 of 3 - experimental branch
1. Fixes egregious formatting error in EXTRA_JAVA_OPTS. My bad! 2. Sets default Java timezone to Etc/UTC. 3. Leaves logging options unchanged (ie as I found it).
1 parent 8a52c77 commit 64c89cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.internal/templates/services/openhab/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ openhab:
1212
environment:
1313
- OPENHAB_HTTP_PORT=4050
1414
- OPENHAB_HTTPS_PORT=4051
15-
- EXTRA_JAVA_OPTS: "-Duser.timezone=Europe/Berlin"
15+
- EXTRA_JAVA_OPTS=-Duser.timezone=Etc/UTC
1616
logging:
1717
options:
1818
max-size: "5m"

0 commit comments

Comments
 (0)