mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
update docker-compose.yaml
Signed-off-by: IML <shin10256@gmail.com>
This commit is contained in:
parent
dced7d7016
commit
eb034dec5b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ services:
|
|||
image: mysql:8.0.28
|
||||
container_name: mysql
|
||||
volumes:
|
||||
- /Users/iml/Desktop/mysql:/var/lib/mysql
|
||||
- /your/data/path/mysql:/var/lib/mysql
|
||||
ports:
|
||||
- 3306:3306
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue