1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2025-01-02 20:50:15 +00:00

Update readme on docker part

This commit is contained in:
Ducatel David 2017-04-25 14:55:02 +02:00 committed by GitHub
parent 2278fb7309
commit 78468f3ddd

View File

@ -36,13 +36,10 @@ How to run the server with Docker
=================================
```
docker build -t plantuml-server .
docker run -d -p 8080:8080 plantuml-server
docker run -d -p 8080:8080 plantuml/plantuml-server
```
The server is now listing to [http://localhost:8080/plantuml](http://localhost:8080/plantuml).
You may specity the port in `-p` Docker command line argument.
The server is now listing to [http://localhost:8080](http://localhost:8080).
Alternate: How to run the server with Tomcat + Docker?
======================================================