statping/dev/docker-compose-single.yml

17 lines
339 B
YAML
Raw Normal View History

2018-06-25 01:58:27 +00:00
version: '2.3'
services:
2018-12-04 06:30:42 +00:00
statping:
container_name: statping
image: hunterlong/statping:latest
2018-06-25 01:58:27 +00:00
restart: always
ports:
2018-12-04 11:11:36 +00:00
- 80:8080
2018-06-25 01:58:27 +00:00
volumes:
2018-12-04 11:11:36 +00:00
- ./statping:/app
expose:
- 8080
2018-06-25 01:58:27 +00:00
environment:
2018-12-04 11:11:36 +00:00
NAME: Statping
2018-06-25 01:58:27 +00:00
DESCRIPTION: You'll need to input your own Database information in Setup process