2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 14:31:51 +01:00
Files
dockerfiles_vimagick/nodebb/arm/docker-compose.yml
2017-05-10 11:23:39 +08:00

16 lines
220 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"
volumes:
- ./data:/data
restart: always