2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
dockerfiles_vimagick/nodebb/arm/docker-compose.yml
2017-05-10 16:17:11 +08:00

18 lines
260 B
YAML

nodebb:
image: easypi/nodebb-arm
ports:
- "4567:4567"
links:
- redis
volumes:
- ./data:/var/lib/nodebb
restart: always
redis:
image: easypi/redis-arm
ports:
- "127.0.0.1:6379:6379"
volumes:
- ./data:/data
restart: always