1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-29 18:21:24 +00:00
dockerfiles/nodebb/arm/docker-compose.yml
2016-07-19 16:34:20 +08:00

14 lines
190 B
YAML

nodebb:
image: easypi/nodebb-arm
ports:
- "4567:4567"
links:
- redis
restart: always
redis:
image: easypi/redis-arm
ports:
- "127.0.0.1:6379:6379"
restart: always