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
4e7cfcd5
Commit
4e7cfcd5
authored
Oct 24, 2016
by
Fabio Montefuscolo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
backward compatible
parent
9217a488
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
wordpress/docker-entrypoint.sh
wordpress/docker-entrypoint.sh
+5
-0
No files found.
wordpress/docker-entrypoint.sh
View file @
4e7cfcd5
...
...
@@ -13,6 +13,11 @@ export SECURE_AUTH_SALT="${SECURE_AUTH_SALT:-$(keygen)}"
export
LOGGED_IN_SALT
=
"
${
LOGGED_IN_SALT
:-
$(
keygen
)
}
"
export
NONCE_SALT
=
"
${
NONCE_SALT
:-
$(
keygen
)
}
"
# I used to use this
if
[
-n
"
$WORDPRESS_WP_DEBUG
"
]
;
then
export
WP_DEBUG
=
"
$WORDPRESS_WP_DEBUG
"
fi
if
[
"
$WP_DEBUG
"
!=
"true"
]
&&
[
"
$OPCACHE
"
!=
"false"
]
;
then
...
...
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