Skip to content

Commit f5aebed

Browse files
authored
Update docker-compose.yaml
1 parent 411e5bf commit f5aebed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yaml

Lines changed: 4 additions & 4 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
47-
- MYSQL_DATABASE: fakesite
48-
- MYSQL_USER: root
49-
- MYSQL_PASSWORD: password
46+
- MYSQL_ROOT_PASSWORD=password
47+
- MYSQL_DATABASE=fakesite
48+
- MYSQL_USER=root
49+
- MYSQL_PASSWORD=password
5050
volumes:
5151
- ./mysql_data:/var/lib/mysql
5252
ports:

0 commit comments

Comments
 (0)