mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 05:48:58 +00:00
Update start command to listen on all interfaces
This commit is contained in:
@@ -4,5 +4,5 @@ Static build: `{"output":"static"}`
|
|||||||
|
|
||||||
1. Use `Nixpacks`
|
1. Use `Nixpacks`
|
||||||
2. Set `Ports Exposed` to `4321` (or any port you set in your `astro.config.mjs` file)
|
2. Set `Ports Exposed` to `4321` (or any port you set in your `astro.config.mjs` file)
|
||||||
3. Set `Start Command` to `node dist/server/entry.mjs`
|
3. Set `Start Command` to `HOST=0.0.0.0 node dist/server/entry.mjs`
|
||||||
- Alternatively, you can set the `start script` inside `package.json` to `node dist/server/entry.mjs`. Then Nixpacks will automatically use it as the start command.
|
- Alternatively, you can set the `start script` inside `package.json` to `HOST=0.0.0.0 node dist/server/entry.mjs`. Then Nixpacks will automatically use it as the start command.
|
||||||
|
|||||||
Reference in New Issue
Block a user