diff options
Diffstat (limited to 'docker-compose.override.yml')
| -rw-r--r-- | docker-compose.override.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.override.yml b/docker-compose.override.yml index d42b0c65..b37068fc 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -4,9 +4,9 @@ version: "3.8" services: frontend: ports: - - "8080:80" + - "8080:3000" environment: - REACT_APP_API_BASE_URL: http://localhost:8081 + NEXT_PUBLIC_API_BASE_URL: http://localhost:8081 api: ports: |
