Skip to content

Commit b20867d

Browse files
authored
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
1 parent 6d0e5fe commit b20867d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
web: bin/rails server
1+
web: bin/rails server -b 0.0.0.0
22
css: bin/rails tailwindcss:watch

0 commit comments

Comments
 (0)