Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-wordpress
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
docker-wordpress
Commits
eb7d3970
Commit
eb7d3970
authored
Feb 09, 2018
by
Fabio Montefuscolo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v4.9.1-php7'
parents
26de83cd
3033041f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
0 deletions
+4
-0
root/entrypoint.sh
root/entrypoint.sh
+0
-0
root/opt/wp-cli/.gitignore
root/opt/wp-cli/.gitignore
+1
-0
root/usr/local/bin/wp
root/usr/local/bin/wp
+3
-0
root/var/www/html/.htaccess
root/var/www/html/.htaccess
+0
-0
root/var/www/html/wp-config.php
root/var/www/html/wp-config.php
+0
-0
No files found.
docker-
entrypoint.sh
→
root/
entrypoint.sh
View file @
eb7d3970
File moved
root/opt/wp-cli/.gitignore
0 → 100644
View file @
eb7d3970
*
root/usr/local/bin/wp
0 → 100755
View file @
eb7d3970
#!/bin/bash
PAGER
=
cat
/usr/local/bin/php /opt/wp-cli/wp-cli.phar
--allow-root
$@
htaccess
→
root/var/www/html/.
htaccess
View file @
eb7d3970
File moved
wp-config.php
→
root/var/www/html/
wp-config.php
View file @
eb7d3970
File moved
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