mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-02-02 06:42:50 +01:00
Add comment
This commit is contained in:
parent
3a95a4ec0c
commit
8953ce6759
|
@ -1,6 +1,9 @@
|
||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# Designed to replace original, overcomplicated entrypoint script from official wordpress docker repository
|
||||||
|
# Why not use already available tools instead?!
|
||||||
|
|
||||||
function wp() {
|
function wp() {
|
||||||
# Running as root in container is OK as long as all security implications are observed and maintained
|
# Running as root in container is OK as long as all security implications are observed and maintained
|
||||||
/usr/local/bin/wp --allow-root "$@"
|
/usr/local/bin/wp --allow-root "$@"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user