You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wordpress-mysql/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,11 @@ port 80 of the host as specified in the compose file.
40
40
$ docker compose up -d
41
41
Creating network "wordpress-mysql_default" with the default driver
42
42
Creating volume "wordpress-mysql_db_data" with default driver
43
+
43
44
...
44
45
Creating wordpress-mysql_db_1 ... done
45
46
Creating wordpress-mysql_wordpress_1 ... done
47
+
Creating wordpress-mysql-phpmyadmin-1w ... done
46
48
```
47
49
48
50
@@ -54,9 +56,12 @@ $ docker ps
54
56
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
55
57
5fbb4181a069 wordpress:latest "docker-entrypoint.s…" 35 seconds ago Up 34 seconds 0.0.0.0:80->80/tcp wordpress-mysql_wordpress_1
56
58
e0884a8d444d mysql:8.0.19 "docker-entrypoint.s…" 35 seconds ago Up 34 seconds 3306/tcp, 33060/tcp wordpress-mysql_db_1
59
+
6dfd49ab5b62 wordpress:latest "docker-entrypoint.s…" Less than a second ago Up 2 seconds 0.0.0.0:8080->80/tcp, [::]:8080->80/tcp wordpress-mysql-phpmyadmin-1
60
+
57
61
```
58
62
59
63
Navigate to `http://localhost:80` in your web browser to access WordPress.
64
+
Navigate to `http://localhost:8080` in your web browser to access phpMyAdmin.
0 commit comments