Compare commits

...

3 Commits

Author SHA1 Message Date
9b1e36f8c8 chore: publish 2.3.2+6.2.0 release 2023-04-20 20:51:36 +02:00
f624ef2dc6 fix locale: replace deprecated function 2023-04-20 20:44:38 +02:00
40e89c874a fix locale 2023-04-20 20:38:42 +02:00
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,8 @@ core_install(){
fi
chown www-data:www-data /var/www/html/wp-content
wp "core install --url=$DOMAIN --title=\"$TITLE\" --admin_user=$ADMIN --admin_email=$ADMIN_EMAIL --locale=$LOCALE --skip-email"
wp "language core install $LOCALE"
wp "site switch-language $LOCALE"
wp "rewrite structure '/%year%/%monthnum%/%day%/%postname%/'"
}

View File

@ -40,7 +40,6 @@ services:
failure_action: rollback
order: start-first
labels:
- "coop-cloud.${STACK_NAME}.version=2.3.1+6.2.0"
- "traefik.enable=true"
- "traefik.docker.network=proxy"
- "traefik.http.routers.${STACK_NAME}.tls=true"
@ -54,6 +53,7 @@ services:
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "backupbot.backup=true"
- "backupbot.backup.path=/var/www/html"
- "coop-cloud.${STACK_NAME}.version=2.3.2+6.2.0"
db:
image: "mariadb:10.11"