mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Switch to official emby image
This commit is contained in:
parent
6dbf9f3eb4
commit
a13be3a705
1 changed files with 3 additions and 3 deletions
|
|
@ -7,14 +7,14 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
emby:
|
emby:
|
||||||
image: nvllsvm/emby-unlocked
|
image: emby/embyserver:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
- /media:/media:ro
|
- /media:/media:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
environment:
|
environment:
|
||||||
- PUID=33
|
- UID=33
|
||||||
- PGID=33
|
- GID=33
|
||||||
- VIRTUAL_HOST=emby.banditlair.com
|
- VIRTUAL_HOST=emby.banditlair.com
|
||||||
- VIRTUAL_NETWORK=nginx-proxy
|
- VIRTUAL_NETWORK=nginx-proxy
|
||||||
- VIRTUAL_PORT=8096
|
- VIRTUAL_PORT=8096
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue