Browse Source

update docker compose

Virgil Ollivier 3 months ago
parent
commit
2123fc291b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -100,7 +100,7 @@ services:
       - proxy
     environment:
       - PORT=3001
-      - REACT_APP_API_URL=http://framed-server/api
+      - REACT_APP_API_URL=http://framed-tracker-server/api
     command: sh -c "npm install && npm start"
     depends_on:
       - framed-server