Skip to content

Commit 5cf32a6

Browse files
committed
improved
1 parent 810db4a commit 5cf32a6

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

README.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,24 +68,15 @@ Review MySQL access instructions upon `make run` command execution. Setup phpMyA
6868
```bash
6969
$ docker run --name myadmin -d --link apache_db:db --net apache_default -p 8080:80 phpmyadmin/phpmyadmin
7070
```
71-
Open http://localhost:8080 (MySQL user & password are set within .env file)
7271

72+
LOCAL: https://localhost:8080
7373

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:
8875

76+
|username |password |
77+
|--|--|
78+
|root | $new_passwordac
79+
|$MYSQL_PASSWORD |$MYSQL_PASSWORD |
8980

9081

9182

0 commit comments

Comments
 (0)