mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
14 lines
177 B
YAML
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
|