Add volume to docker compose
This commit is contained in:
parent
a53538b998
commit
e02ec99426
1 changed files with 2 additions and 0 deletions
|
@ -3,3 +3,5 @@ services:
|
|||
build: .
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- pinpoint-data:/data
|
||||
|
|
Loading…
Reference in a new issue