kleine Anpassungen
This commit is contained in:
@@ -4,18 +4,14 @@ services:
|
||||
nodered:
|
||||
container_name: node-red
|
||||
image: nodered/node-red
|
||||
# user: root
|
||||
user: 0:0
|
||||
ports:
|
||||
- "1880:1880"
|
||||
# dns:
|
||||
# - 192.168.0.1
|
||||
# - 8.8.8.8
|
||||
volumes:
|
||||
- ./data:/data
|
||||
# - /etc/localtime:/etc/localtime:ro
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
- PGID=1000
|
||||
- PUID=1000
|
||||
restart: always
|
||||
network_mode: host
|
||||
# network_mode: host
|
||||
Reference in New Issue
Block a user