adding name
This commit is contained in:
@@ -3,6 +3,7 @@ services:
|
|||||||
mysql:
|
mysql:
|
||||||
image: mysql:5.7
|
image: mysql:5.7
|
||||||
restart: always
|
restart: always
|
||||||
|
container_name: mysql
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: 'test'
|
MYSQL_ROOT_PASSWORD: 'test'
|
||||||
# Where our data will be persisted
|
# Where our data will be persisted
|
||||||
|
|||||||
Reference in New Issue
Block a user