Skip to content

Commit f3369b6

Browse files
authored
Update docker-compose.yaml
1 parent d80b97f commit f3369b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ services:
4343
image: mysql:8.0
4444
restart: always
4545
environment:
46+
MYSQL_DATABASE: fakesite
47+
MYSQL_ROOT_HOST: %
4648
MYSQL_ROOT_PASSWORD: PhishAPI
47-
MYSQL_USER: user
48-
MYSQL_PASSWORD: PhishAPI
4949
volumes:
5050
- ./mysql_data:/var/lib/mysql
5151
- "./db/:/docker-entrypoint-initdb.d/"

0 commit comments

Comments
 (0)