Compare commits

..

1 Commits

Author SHA1 Message Date
3wc
ac485e963f fix: $* instead of $@, seems to fix #49?
Closes #49
2025-12-15 15:28:01 -05:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
TYPE=wordpress
#TIMEOUT=300
TIMEOUT=300
ENABLE_AUTO_UPDATE=true
COMPOSE_FILE="compose.yml"
ENABLE_BACKUPS=true

View File

@ -6,7 +6,7 @@ export HTACCESS_CONF_VERSION=v2
export USERS_CONF_VERSION=v1
wp() {
su -p www-data -s /bin/bash -c "/usr/local/bin/wp $@"
su -p www-data -s /bin/bash -c "/usr/local/bin/wp $*"
}
update() {

View File

@ -61,7 +61,7 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.regex=^https://(${REDIRECTS})/(.*)"
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.replacement=https://${DOMAIN}/$${2}"
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.permanent=true"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=2.17.0+6.9.0"
db: