diff --git a/docs/online.html b/docs/online.html index 5a406b182f2..decfc403349 100644 --- a/docs/online.html +++ b/docs/online.html @@ -79,9 +79,7 @@

The openapi-generator-online Docker image can act as a self-hosted web application and API for generating code. This container can be incorporated into a CI pipeline, and requires at least two HTTP requests and some docker orchestration to access generated code.

Example usage:

# Start container at port 8888 and save the container id
-CID=$(docker run -d -p 8888:8080 \
-        -e GENERATOR_HOST=http://localhost:8888 \
-        openapitools/openapi-generator-online)
+CID=$(docker run -d -p 8888:8080 openapitools/openapi-generator-online)
 
 # allow for startup
 sleep 10
@@ -177,4 +175,4 @@ mvn spring-boot:run
   }
 }
 
-
Last updated on 2019-6-25
PluginsUsage
\ No newline at end of file +
Last updated on 2019-7-7
PluginsUsage
\ No newline at end of file diff --git a/docs/online/index.html b/docs/online/index.html index 5a406b182f2..decfc403349 100644 --- a/docs/online/index.html +++ b/docs/online/index.html @@ -79,9 +79,7 @@

The openapi-generator-online Docker image can act as a self-hosted web application and API for generating code. This container can be incorporated into a CI pipeline, and requires at least two HTTP requests and some docker orchestration to access generated code.

Example usage:

# Start container at port 8888 and save the container id
-CID=$(docker run -d -p 8888:8080 \
-        -e GENERATOR_HOST=http://localhost:8888 \
-        openapitools/openapi-generator-online)
+CID=$(docker run -d -p 8888:8080 openapitools/openapi-generator-online)
 
 # allow for startup
 sleep 10
@@ -177,4 +175,4 @@ mvn spring-boot:run
   }
 }
 
-
Last updated on 2019-6-25
PluginsUsage
\ No newline at end of file +
Last updated on 2019-7-7
PluginsUsage
\ No newline at end of file