mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02:00
change server listening address to global (#342)
listen to 0.0.0.0 instead of just local interface so it can work in Docker (and herby in devcontainers) refs #340 Credits go to @robzolkos
This commit is contained in:
parent
6d0e5febe9
commit
b20867d664
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
web: bin/rails server
|
||||
web: bin/rails server -b 0.0.0.0
|
||||
css: bin/rails tailwindcss:watch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue