We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cf9ed commit c131d30Copy full SHA for c131d30
etc/docker-biglinux/jellyfin/docker-compose.yml
@@ -8,9 +8,9 @@ services:
8
#- TZ=America/Sao_Paulo
9
- UMASK_SET=022
10
volumes:
11
- - /home/$USER/Docker/Jellyfin/config:/config
12
- - /home/$USER/Docker/Jellyfin/cache:/cache
13
- - /home/$USER/Docker/Jellyfin/media:/media
+ - /home/{$USER}/Docker/Jellyfin/config:/config
+ - /home/{$USER}/Docker/Jellyfin/cache:/cache
+ - /home/{$USER}/Docker/Jellyfin/media:/media
14
ports:
15
- "8096:8096"
16
restart: always
0 commit comments