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

Commit

Permalink
Merge pull request #13 from noraj/patch-2
Browse files Browse the repository at this point in the history
add persitance for the database
  • Loading branch information
AmyangXYZ authored Jul 19, 2020
2 parents 7cefaa2 + bf59998 commit daddb3c
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 daddb3c

Please sign in to comment.