diff --git a/packages/twenty-docker/docker-compose.yml b/packages/twenty-docker/docker-compose.yml index e95fde62f..96b73dc8d 100644 --- a/packages/twenty-docker/docker-compose.yml +++ b/packages/twenty-docker/docker-compose.yml @@ -6,7 +6,7 @@ services: volumes: - server-local-data:/app/packages/twenty-server/.local-storage ports: - - "3000:3000" + - "9026:3000" environment: NODE_PORT: 3000 PG_DATABASE_URL: postgres://${PG_DATABASE_USER:-postgres}:${PG_DATABASE_PASSWORD:-postgres}@${PG_DATABASE_HOST:-db}:${PG_DATABASE_PORT:-5432}/default diff --git a/packages/twenty-front/index.html b/packages/twenty-front/index.html index a7ad06c09..215d30df1 100644 --- a/packages/twenty-front/index.html +++ b/packages/twenty-front/index.html @@ -6,10 +6,10 @@ - + @@ -19,7 +19,7 @@ content="https://raw.githubusercontent.com/twentyhq/twenty/main/docs/static/img/social-card.png" /> - + - + - Twenty + MessageKnot