1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-12 04:23:04 +02:00
dockerfiles/nodebb/arm/docker-compose.yml

14 lines
190 B
YAML
Raw Normal View History

2016-01-16 01:19:42 +02:00
nodebb:
2016-07-19 10:34:20 +02:00
image: easypi/nodebb-arm
2016-01-16 01:19:42 +02:00
ports:
- "4567:4567"
links:
- redis
restart: always
redis:
2016-07-19 10:34:20 +02:00
image: easypi/redis-arm
2016-01-16 01:19:42 +02:00
ports:
- "127.0.0.1:6379:6379"
restart: always