mirror of
https://github.com/alfg/ffmpegd.git
synced 2025-09-26 19:41:15 +08:00

docker: add dockerfile, docker-compose example and update goreleaser with docker support.
9 lines
108 B
YAML
9 lines
108 B
YAML
version: '3'
|
|
|
|
services:
|
|
ffmpegd:
|
|
build: .
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./:/home |