docker: remove unused options in mysql
This commit is contained in:
parent
b03130fcb4
commit
b197c9ed43
1 changed files with 0 additions and 2 deletions
|
@ -28,8 +28,6 @@ services:
|
||||||
#MySQL Service
|
#MySQL Service
|
||||||
db:
|
db:
|
||||||
image: mysql:8.0.35
|
image: mysql:8.0.35
|
||||||
restart: unless-stopped
|
|
||||||
tty: true
|
|
||||||
ports:
|
ports:
|
||||||
- "3306:3306"
|
- "3306:3306"
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue