Skip to content

Commit

Permalink
chore: update documentation and node version and fix the wrong defaul…
Browse files Browse the repository at this point in the history
…t port in documentation
  • Loading branch information
jschirrmacher committed Dec 7, 2024
1 parent 541c3a1 commit 99ac6b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ MQTT_PORT=1883
MQTT_USER=
MQTT_PASSWORD=

# The HTTP server port to publish the prometheus /metrics route on, defaults to 3000
# The HTTP server port to publish the prometheus /metrics route on, defaults to 8080
HTTP_PORT=3000
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.2.0
22
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
gateway:
image: node:18-alpine
image: node:22-alpine
volumes:
- ./:/app
working_dir: /app
Expand Down

0 comments on commit 99ac6b7

Please sign in to comment.