From cdd8f032df1b13db9c4d37457b3709fa826d851f Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Thu, 29 Mar 2018 23:30:05 +0200
Subject: [PATCH] Fixed wrong hostname in dev.yml

---
 dev.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev.yml b/dev.yml
index 8252336633..126efa683e 100644
--- a/dev.yml
+++ b/dev.yml
@@ -44,7 +44,7 @@ services:
       - C_FORCE_ROOT=true
       - "DATABASE_URL=postgresql://postgres@postgres/postgres"
       - "CACHE_URL=redis://redis:6379/0"
-      - "FUNKWHALE_URL=http://funkwhale.test"
+      - "FUNKWHALE_URL=http://localhost"
     volumes:
       - ./api:/app
       - ./data/music:/music
@@ -66,7 +66,7 @@ services:
       - "DJANGO_SECRET_KEY=dev"
       - "DATABASE_URL=postgresql://postgres@postgres/postgres"
       - "CACHE_URL=redis://redis:6379/0"
-      - "FUNKWHALE_URL=http://funkwhale.test"
+      - "FUNKWHALE_URL=http://localhost"
     links:
       - postgres
       - redis
-- 
GitLab