Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Svn-to-Git
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王华
Svn-to-Git
Commits
f3e27095
Commit
f3e27095
authored
Oct 09, 2018
by
王进波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
c5ae72cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
关于12.1服务器的配置.md
doc/关于12.1服务器的配置.md
+12
-0
No files found.
doc/关于12.1服务器的配置.md
View file @
f3e27095
...
@@ -315,3 +315,15 @@ sudo docker run \
...
@@ -315,3 +315,15 @@ sudo docker run \
-d
wordpress
-d
wordpress
```
```
### PHPMyAdmin
```
shell
sudo
docker run
\
--name
phpmyadmin
\
-d
\
-e
PMA_HOST
=
192.168.12.38
\
-e
MYSQL_ROOT_PASSWORD
=
000000
\
-p
809:80
\
phpmyadmin/phpmyadmin
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment