-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
Hello,
I having the next problem and I can´t to run the application:
http: proxy error: dial tcp 192.168.0.20:8080: connect: connection refused
This is my boxfile:
run.config:
engine: php
engine.config:
runtime: php-7.1
cache_dirs:
- vendor
- packages
- node_modules
document_root: public
extensions:
- pdo
- mbstring
- tokenizer
- session
- zip
- dom
- xml
- ctype
- xmlwriter
- pdo
- mongodb
- pdo_mysql
extra_steps:
- npm install
deploy.config:
before_live:
web.main:
- mkdir -p storage/framework/{sessions,cache,views}
- php artisan migrate
data.db:
image: nanobox/mysql:5.6
data.storage:
image: nanobox/unfs
web.main:
start: start-php
writable_dirs:
- bootstrap/cache
log_watch:
laravel[error]: storage/logs/laravel.log
network_dirs:
data.storage:
- storage
data.mongodb:
image: nanobox/mongodb:3.0
config:
objcheck: true
log_verbosity: 'v'
directoryperdb: true
logappend: true
nojournal: false
noscripting: false
What am I doing wrong?
Thanks in advance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels