diff --git a/dockerfiles/swh-web/web.yml b/dockerfiles/swh-web/web.yml
index 1aa2945..79712c3 100644
--- a/dockerfiles/swh-web/web.yml
+++ b/dockerfiles/swh-web/web.yml
@@ -1,19 +1,19 @@
 storage:
   cls: remote
   args:
-    url: http://localhost:5002/
+    url: http://swh-storage:5002/
     timeout: 1
 
 objstorage:
   cls: remote
   args:
-    url: http://localhost:5003/
+    url: http://swh-objstorage:5003/
 
 indexer_storage:
   cls: memory
   args: {}
 
 allowed_hosts:
   - "*"
 
 debug: yes