[#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 committed by ga-ram
parent 750af1ec73
commit 0da267c489
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