mirror of https://github.com/nocodb/nocodb
Markus Bergholz
7 years ago
2 changed files with 2 additions and 2 deletions
@ -1,3 +1,3 @@ |
|||||||
#!/bin/sh |
#!/bin/sh |
||||||
cd /usr/src/app/ |
cd /usr/src/app/ |
||||||
node index.js -h $DATABASE_HOST -p $DATABASE_PASSWORD -d $DATABASE_NAME -u $DATABASE_USER |
node index.js -h $DATABASE_HOST -p $DATABASE_PASSWORD -d $DATABASE_NAME -u $DATABASE_USER -n 80 -r 0.0.0.0 |
||||||
|
Loading…
Reference in new issue