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

14 lines
177 B
YAML
Raw Normal View History

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