kleine Anpassung und Syncthing
This commit is contained in:
@@ -4,19 +4,18 @@ services:
|
||||
nodered:
|
||||
container_name: node-red
|
||||
image: nodered/node-red
|
||||
user: root
|
||||
# user: root
|
||||
ports:
|
||||
- "1880:1880"
|
||||
dns:
|
||||
- 192.168.0.1
|
||||
- 8.8.8.8
|
||||
# dns:
|
||||
# - 192.168.0.1
|
||||
# - 8.8.8.8
|
||||
volumes:
|
||||
- /opt/node-red/data:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
# - /dev/serial/by-id:/dev/serial/by-id
|
||||
# devices:
|
||||
# - /dev/ttyACM0:/dev/ttyACM0
|
||||
- ./data:/data
|
||||
# - /etc/localtime:/etc/localtime:ro
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
- PGID=1000
|
||||
- PUID=1000
|
||||
restart: always
|
||||
network_mode: host
|
||||
|
||||
Reference in New Issue
Block a user