Fix #32: Format environment: properly.
			#33
		
		
	| @@ -11,7 +11,6 @@ | ||||
|       ansible.builtin.user: | ||||
|         name: debian | ||||
|       register: user | ||||
|  | ||||
|     - name: Docker compose down | ||||
|       ansible.builtin.command: docker compose down | ||||
|       args: | ||||
|   | ||||
| @@ -14,7 +14,7 @@ services: | ||||
|       - ND_LASTFM_SECRET=${LASTFM_SECRET} | ||||
|       - ND_SPOTIFY_ID=${SPOTIFY_ID} | ||||
|       - ND_SPOTIFY_SECRET=${SPOTIFY_SECRET} | ||||
|       - ND_COVERARTPRIORITY="cover.*, folder.*, front.*, external, embedded" | ||||
|       - ND_COVERARTPRIORITY=cover.*, folder.*, front.*, external, embedded | ||||
|     volumes: | ||||
|       - /mnt/nvme/navidrome:/data | ||||
|       - /mnt/media/music:/music:ro | ||||
|   | ||||
		Reference in New Issue
	
	Block a user