Merge pull request #539 from statping/bugfix/513_default-credential-not-working

Add missing volume declaration in docker-compose
pull/548/head
Hunter Long 2020-04-28 05:04:37 -07:00 committed by GitHub
commit 3682f8b4ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,6 @@
version: '2.3'
services:
statping:
container_name: statping
image: statping/statping:latest
@ -12,3 +11,6 @@ services:
DB_CONN: sqlite
ports:
- 8080:8080
volumes:
statping_data: