[FW], lol, restart policy should have quotes only when equal to no

master
Quentin Duchemin 2021-10-17 13:47:22 +02:00
parent 00a7a5f317
commit e5f2509c57
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
command: ["python", "manage.py", "import_files", "{{ funkwhale_import_library_id }}", "{{ funkwhale_import_music_directory }}", "--recursive", "--noinput", "--prune"]
restart: no
restart: "no"