docker compose : PORT added

This commit is contained in:
rxf
2023-05-09 15:53:43 +02:00
parent 347c6bdc96
commit 969a37b8c6
+1
View File
@@ -10,6 +10,7 @@ services:
INFLUXHOST: ${INFLUXHOST}
INFLUXTOKEN: ${INFLUXTOKEN}
LIVE: "true"
PORT: 3004
ports:
- "3004:3004"
volumes: