Skip to content

Commit

Permalink
fixed docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
钟华 committed Jan 12, 2022
1 parent 50b1ef4 commit b92e458
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,14 @@ services:
mysql:
image: mysql/mysql-server:latest-aarch64
container_name: mysql
restart: unless-stopped
tty: true
ports:
- "3306:3306"
environment:
MYSQL_ROOT_PASSWORD: 12345678
TZ: Asia/Shanghai
volumes:
- mysqldata:/var/lib/mysql
- mysqldata:/var/lib/mysql
- ./mysql/my.cnf:/etc/mysql/my.cnf
restart: always
networks:
Expand Down

0 comments on commit b92e458

Please sign in to comment.