Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
add persitance for the database
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj authored Jul 5, 2020
1 parent 4fa3614 commit bf59998
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ services:
- MYSQL_DATABASE=ag
- MYSQL_USER=ag
- MYSQL_PASSWORD=password

volumes:
- assassingodb:/var/lib/mysql

chromedp:
image: chromedp/headless-shell
ports:
- 9222:9222


volumes:
assassingodb:

0 comments on commit bf59998

Please sign in to comment.