NodeRed angepasst
This commit is contained in:
@@ -6,12 +6,12 @@ services:
|
|||||||
image: nodered/node-red
|
image: nodered/node-red
|
||||||
user: 0:0
|
user: 0:0
|
||||||
ports:
|
ports:
|
||||||
- "1880:1880"
|
- 1880:1880
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
- PGID=1000
|
# - PGID=1000
|
||||||
- PUID=1000
|
# - PUID=1000
|
||||||
restart: always
|
restart: always
|
||||||
# network_mode: host
|
# network_mode: host
|
||||||
Reference in New Issue
Block a user