Added db
This commit is contained in:
@@ -8,6 +8,8 @@ services:
|
||||
MYSQL_ROOT_PASSWORD: root
|
||||
ports:
|
||||
- 3306:3306
|
||||
volumes:
|
||||
- ./app/database:/var/lib/mysql
|
||||
|
||||
app:
|
||||
build: ./app
|
||||
|
||||
Reference in New Issue
Block a user