All the code
This commit is contained in:
17
compose.yaml
Normal file
17
compose.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
db:
|
||||
image: mysql:8.0.39
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: wortel
|
||||
MYSQL_USER: mywheels
|
||||
MYSQL_DATABASE: mywheels
|
||||
MYSQL_PASSWORD: mywheels
|
||||
volumes:
|
||||
- db-data:/var/lib/mysql
|
||||
ports:
|
||||
- "3306:3306"
|
||||
labels:
|
||||
com.symfony.server.service-prefix: 'DATABASE'
|
||||
|
||||
volumes:
|
||||
db-data:
|
||||
Reference in New Issue
Block a user