mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-30 09:16:41 +02:00
12 lines
228 B
YAML
12 lines
228 B
YAML
version: "3.8"
|
|
services:
|
|
node-media-server:
|
|
image: easypi/node-media-server-arm
|
|
ports:
|
|
- "1935:1935"
|
|
- "8000:8000"
|
|
environment:
|
|
- USERNAME=admin
|
|
- PASSWORD=admin
|
|
restart: unless-stopped
|