1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/nodebb/arm/docker-compose.yml
2016-01-16 07:54:16 +08:00

14 lines
194 B
YAML

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