mirror of https://github.com/statping/statping
Merge pull request #539 from statping/bugfix/513_default-credential-not-working
Add missing volume declaration in docker-composepull/548/head
commit
3682f8b4ed
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue