From b64f1402c42bee078fab112a3736658f018e2c5f Mon Sep 17 00:00:00 2001 From: Kev++ Date: Wed, 27 May 2015 20:02:23 +0800 Subject: [PATCH] Update README.md --- fteproxy/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fteproxy/README.md b/fteproxy/README.md index 7fdcd04..c46687f 100644 --- a/fteproxy/README.md +++ b/fteproxy/README.md @@ -14,7 +14,7 @@ In the following example, I will setup a server/client pair to connect www.googl ## Create a docker-compose.yml -``` +```yaml server: image: vimagick/fteproxy ports: @@ -47,7 +47,7 @@ client: ## Run fteproxy server/client -``` +```bash $ docker-compose up -d Creating fteproxy_server_1... Creating fteproxy_client_1... @@ -61,7 +61,7 @@ fteproxy_server_1 /bin/sh -c /fteproxy/ftepr ... Up 0.0.0.0:32768->80/t ## Test with curl -``` +```html $ curl http://localhost:9009/ 302 Moved