added node red restart and host network mode
This commit is contained in:
@@ -11,15 +11,10 @@ services:
|
||||
image: nodered/node-red:latest
|
||||
environment:
|
||||
- TZ=Europe/Amsterdam
|
||||
ports:
|
||||
- "1880:1880"
|
||||
networks:
|
||||
- node-red-net
|
||||
volumes:
|
||||
- node-red-data:/data
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
|
||||
volumes:
|
||||
node-red-data:
|
||||
|
||||
networks:
|
||||
node-red-net:
|
||||
|
||||
Reference in New Issue
Block a user