mirror of
https://github.com/samrocketman/docker-compose-emby.git
synced 2026-05-01 09:06:23 +00:00
20 lines
291 B
YAML
20 lines
291 B
YAML
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
|