[#noissue] Remove invalid character in docker-compose.yml

Docker does not allow relative path in anonymous volumes for container path.
This commit is contained in:
koo.taejin 2022-02-09 14:33:40 +09:00
parent c44873185a
commit 5bf49c7267
No known key found for this signature in database
GPG Key ID: B4C7364653738C4F
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ services:
- MYSQL_DATABASE=${MYSQL_DATABASE}
volumes:
- ./var/lib/mysql
- /var/lib/mysql