File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -68,24 +68,15 @@ Review MySQL access instructions upon `make run` command execution. Setup phpMyA
68
68
``` bash
69
69
$ docker run --name myadmin -d --link apache_db:db --net apache_default -p 8080:80 phpmyadmin/phpmyadmin
70
70
```
71
- Open http://localhost:8080 (MySQL user & password are set within .env file)
72
71
72
+ LOCAL: https://localhost:8080
73
73
74
- For a secure connection to phpMyAdmin use the ** marvambass/phpmyadmin** build, append the following within the ` docker-compose*.yml ` :
75
-
76
- ``` bash
77
- phpmyadmin:
78
- autoredeploy: true
79
- image: ' marvambass/phpmyadmin:latest'
80
- restart: always
81
- ports:
82
- - ' 8080:443'
83
- volumes:
84
- - /tmp
85
- links:
86
- - mysql.DB:db
87
- ```
74
+ Login using the following creditial stored within the .env file:
88
75
76
+ | username | password |
77
+ | --| --|
78
+ |root | $new_passwordac
79
+ | $MYSQL_PASSWORD | $MYSQL_PASSWORD |
89
80
90
81
91
82
You can’t perform that action at this time.
0 commit comments