1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-04-27 12:22:42 +02:00
dockerfiles/node-red/arm/docker-compose.yml

8 lines
124 B
YAML
Raw Normal View History

2015-12-04 17:56:19 +08:00
node-red:
2016-07-08 19:53:48 +08:00
image: easypi/node-red-arm
2015-12-04 17:49:45 +08:00
ports:
- "1880:1880"
volumes:
2016-07-08 20:46:26 +08:00
- ./data:/root/.node-red
2015-12-04 17:49:45 +08:00
restart: always