Skip to content

Commit 24bf81c

Browse files
committed
Increment container version
1 parent aba7116 commit 24bf81c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ version: '3.8'
125125

126126
services:
127127
app:
128-
image: codeberg.org/firefly-cpp/succulent:v3
128+
image: codeberg.org/firefly-cpp/succulent:v4
129129
ports:
130130
- "8080:8080"
131131
volumes:
@@ -142,8 +142,10 @@ data:
142142
- name: 'temperature'
143143
- name: 'humidity'
144144
- name: 'light'
145-
- name: 'time'
146-
- name: 'date'
145+
results:
146+
- enable: true
147+
- export: true
148+
timestamp: true
147149
```
148150

149151
More information regarding the configuration file and its settings can be found in the [configuration](#-configuration) section.

0 commit comments

Comments
 (0)