1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +02:00
dockerfiles/live555/docker-compose.yml
2016-07-04 21:56:20 +08:00

9 lines
124 B
YAML

live555:
image: vimagick/live555
ports:
- "8080:80"
- "554:554"
volumes:
- ./data:/data
restart: always