Updated Docker (markdown)

master
Hunter Long 2020-05-01 05:56:39 -07:00
parent c4afdcb790
commit abed991bba
1 changed files with 5 additions and 1 deletions

@ -1,6 +1,10 @@
Statping is easily ran on Docker with the light weight Alpine linux image. View on [Docker Hub](https://hub.docker.com/r/statping/statping). Statping is easily ran on Docker with the light weight Alpine linux image. View on [Docker Hub](https://hub.docker.com/r/statping/statping).
[![](https://images.microbadger.com/badges/image/statping/statping.svg)](https://microbadger.com/images/statping/statping) [![Docker Pulls](https://img.shields.io/docker/pulls/statping/statping.svg)](https://hub.docker.com/r/statping/statping/builds/)
<p align="center">
<img alt="Docker Image Version (tag latest semver)" src="https://img.shields.io/docker/v/statping/statping/latest">
<img alt="Docker Image Size (tag)" src="https://img.shields.io/docker/image-size/statping/statping/latest?label=:latest&color=green"> <img alt="Docker Image Size (tag)" src="https://img.shields.io/docker/image-size/statping/statping/base?label=:base">
</p>
# Volume Mount # Volume Mount
- `/app` - Working directory in container. This directory will hold all configs, logs, assets, and sqlite database. - `/app` - Working directory in container. This directory will hold all configs, logs, assets, and sqlite database.