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