mirror of https://github.com/statping/statping
Updated Docker (markdown)
parent
f2a4991f78
commit
7188e7cb45
|
@ -10,6 +10,11 @@ If you want to run Statup that was build from the source, use the `dev` Docker i
|
||||||
docker run -it -p 8080:8080 hunterlong/statup:dev
|
docker run -it -p 8080:8080 hunterlong/statup:dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Cypres Testing Docker Image
|
||||||
|
```bash
|
||||||
|
docker run -it -p 8080:8080 hunterlong/statup:cypress
|
||||||
|
```
|
||||||
|
|
||||||
#### 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