mirror of https://github.com/statping/statping
15 lines
329 B
YAML
15 lines
329 B
YAML
![]() |
version: '2.3'
|
||
|
|
||
|
services:
|
||
|
|
||
|
statup:
|
||
|
container_name: statup
|
||
|
image: hunterlong/statup:latest
|
||
|
restart: always
|
||
|
ports:
|
||
|
- 0.0.0.0:80:8080
|
||
|
volumes:
|
||
|
- ./statup/app:/app
|
||
|
environment:
|
||
|
NAME: Single Docker Image
|
||
|
DESCRIPTION: You'll need to input your own Database information in Setup process
|