taking out
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
restart: always
|
||||
container_name: mysql
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: 'test'
|
||||
# Where our data will be persisted
|
||||
volumes:
|
||||
- mysql:/var/lib/mysql
|
||||
# Names our volume
|
||||
volumes:
|
||||
mysql:
|
||||
|
||||
Reference in New Issue
Block a user