jordanwalster revisou este gist . Ir para a revisão
1 file changed, 10 insertions
gistfile1.txt(arquivo criado)
| @@ -0,0 +1,10 @@ | |||
| 1 | + | services: | |
| 2 | + | jellyfin: | |
| 3 | + | image: jellyfin/jellyfin | |
| 4 | + | container_name: jellyfin | |
| 5 | + | volumes: | |
| 6 | + | - ${BASE_DIR}/config:/config | |
| 7 | + | - ${BASE_DIR}/cache:/cache | |
| 8 | + | - ${BASE_DIR}/media:/media | |
| 9 | + | environment: | |
| 10 | + | - JELLYFIN_PublishedServerUrl= | |
Próximo
Anterior