docker-compose for managing emby as a docker service

This commit is contained in:
Sam Gleske
2018-09-09 12:35:51 -07:00
parent 9ebf485e0b
commit 3f6d3ec842

19
docker-compose.yml Normal file
View File

@@ -0,0 +1,19 @@
version: '2.2'
volumes:
emby-data:
networks:
internal:
driver: bridge
services:
emby:
init: true
build:
context: .
dockerfile: Dockerfile
networks:
- internal
ports:
- 8096:8096
- 8920:8920
volumes:
- emby-data:/var/lib/emby