1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/nodebb/arm/docker-compose.yml

14 lines
194 B
YAML
Raw Normal View History

2016-01-15 23:19:42 +00:00
nodebb:
image: vimagick/nodebb-arm
ports:
- "4567:4567"
links:
- redis
restart: always
redis:
2016-01-15 23:54:16 +00:00
image: vimagick/redis-arm
2016-01-15 23:19:42 +00:00
ports:
- "127.0.0.1:6379:6379"
restart: always