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} INFLUXHOST: ${INFLUXHOST}
INFLUXTOKEN: ${INFLUXTOKEN} INFLUXTOKEN: ${INFLUXTOKEN}
LIVE: "true" LIVE: "true"
PORT: 3004
ports: ports:
- "3004:3004" - "3004:3004"
volumes: volumes: