+2
-2
@@ -5,5 +5,5 @@ services:
|
|||||||
command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'"
|
command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/myapp
|
- .:/myapp
|
||||||
ports:
|
expose:
|
||||||
- "80:3000"
|
- "3000"
|
||||||
|
|||||||
Reference in New Issue
Block a user