mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
9 lines
124 B
YAML
9 lines
124 B
YAML
live555:
|
|
image: vimagick/live555
|
|
ports:
|
|
- "8080:80"
|
|
- "554:554"
|
|
volumes:
|
|
- ./data:/data
|
|
restart: always
|