Skip to content

Commit 0e6fe77

Browse files
authored
Update docker-compose.yaml
1 parent 67bae21 commit 0e6fe77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ services:
4343
image: mysql:8.0
4444
restart: always
4545
environment:
46-
- MYSQL_ROOT_PASSWORD=password
46+
# - MYSQL_ROOT_PASSWORD=password
4747
# - MYSQL_DATABASE=fakesite
48-
# - MYSQL_USER=root
49-
# - MYSQL_PASSWORD=password
48+
- MYSQL_USER=root
49+
- MYSQL_PASSWORD=password
5050
volumes:
5151
- ./mysql_data:/var/lib/mysql
5252
ports:

0 commit comments

Comments
 (0)