docker: remove unused options in mysql

This commit is contained in:
Zankaria 2024-12-17 17:16:59 +01:00
parent b03130fcb4
commit b197c9ed43

View file

@ -28,8 +28,6 @@ services:
#MySQL Service
db:
image: mysql:8.0.35
restart: unless-stopped
tty: true
ports:
- "3306:3306"
environment: