fix(convex): remove unsupported --port/--hostname; rely on default 3210
This commit is contained in:
parent
e30cc7a286
commit
df182f29aa
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ services:
|
||||||
&& corepack prepare pnpm@9 --activate \
|
&& corepack prepare pnpm@9 --activate \
|
||||||
&& pnpm install --frozen-lockfile \
|
&& pnpm install --frozen-lockfile \
|
||||||
&& set -a && . ./.env && set +a \
|
&& set -a && . ./.env && set +a \
|
||||||
&& pnpm convex:dev --port 3210 --hostname 0.0.0.0"
|
&& pnpm convex:dev"
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/apps/sistema:/app
|
- /srv/apps/sistema:/app
|
||||||
- convex_data:/root/.convex
|
- convex_data:/root/.convex
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue