Skip to content

Commit c131d30

Browse files
committed
Fix add {} in talesam docker-compose
1 parent 30cf9ed commit c131d30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/docker-biglinux/jellyfin/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ services:
88
#- TZ=America/Sao_Paulo
99
- UMASK_SET=022
1010
volumes:
11-
- /home/$USER/Docker/Jellyfin/config:/config
12-
- /home/$USER/Docker/Jellyfin/cache:/cache
13-
- /home/$USER/Docker/Jellyfin/media:/media
11+
- /home/{$USER}/Docker/Jellyfin/config:/config
12+
- /home/{$USER}/Docker/Jellyfin/cache:/cache
13+
- /home/{$USER}/Docker/Jellyfin/media:/media
1414
ports:
1515
- "8096:8096"
1616
restart: always

0 commit comments

Comments
 (0)