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:
parent
2278fb7309
commit
78468f3ddd
@ -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?
|
||||
======================================================
|
||||
|
Loading…
Reference in New Issue
Block a user