1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
dockerfiles/nodebb/docker-compose.yml
2016-01-16 07:19:42 +08:00

14 lines
177 B
YAML

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