mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Fix Dockerfile
This commit is contained in:
parent
3680da59a3
commit
9035965014
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ EXPOSE 8096
|
|||
VOLUME /config /media
|
||||
ENV PUID=1000 PGID=1000
|
||||
ENTRYPOINT chown $PUID:$PGID /config /media \
|
||||
&& gosu $PUID:$PGID dotnet /jellyfin/EmbyServer.dll -programdata /config
|
||||
&& gosu $PUID:$PGID dotnet /jellyfin/jellyfin.dll -programdata /config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue