mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-05-16 17:11:48 +00:00
Draft - ProjetDevWeb : tentative de création des POJO avec JPA
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
version: '2'
|
||||
services:
|
||||
db:
|
||||
image: mysql:latest
|
||||
volumes:
|
||||
- ./mysql:/docker-entrypoint-initdb.d
|
||||
environment:
|
||||
- MYSQL_DATABASE=db
|
||||
- MYSQL_ROOT_PASSWORD=root
|
||||
ports:
|
||||
- "6033:3306"
|
||||
expose:
|
||||
- "3306"
|
||||
Reference in New Issue
Block a user