mirror of https://github.com/statping/statping
Updated Docker (markdown)
parent
ea67e2f61f
commit
f2a4991f78
11
Docker.md
11
Docker.md
|
@ -1,8 +1,15 @@
|
||||||
# Install on Docker
|
# Latest Docker Image
|
||||||
This Docker image uses Alpine Linux to keep it ultra small.
|
The `latest` Docker image uses Alpine Linux to keep it ultra small.
|
||||||
```bash
|
```bash
|
||||||
docker run -it -p 8080:8080 hunterlong/statup
|
docker run -it -p 8080:8080 hunterlong/statup
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Development Docker Image
|
||||||
|
If you want to run Statup that was build from the source, use the `dev` Docker image.
|
||||||
|
```bash
|
||||||
|
docker run -it -p 8080:8080 hunterlong/statup:dev
|
||||||
|
```
|
||||||
|
|
||||||
#### Or use Docker Compose
|
#### Or use Docker Compose
|
||||||
This Docker Compose file inlcudes NGINX, Postgres, and Statup.
|
This Docker Compose file inlcudes NGINX, Postgres, and Statup.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue