Teremy
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Teremy created a post, docker+nginx and xdebug
Hi. I am running a docker container with nginx, php5 and php5-xdebug. The container is run via docker run -p 8001:80 -p 8443:443 -p 9001:9001 \ -v $DIR/src:/home/myuser/src:ro \ -v $DIR/www:/home/m...