Archived
1
0

」 feat: Mandatory finished

This commit is contained in:
2025-02-16 18:02:39 +01:00
parent 05d2f7a981
commit 9b601b8a97
4 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ services:
- ./configs/nginx/templates:/etc/nginx/templates
- ./configs/nginx/entry:/docker-entrypoint.d
ports:
- "8443:8443"
- "443:443"
restart: unless-stopped
wordpress-php:
@ -52,7 +52,7 @@ services:
- WP_ADMIN_EMAIL=contact@kanel.ovh
- WP_ADMIN_USER=kanel
- WP_ADMIN_PASS=alpine
- WP_URL=localhost:8443
- WP_URL=adjoly.42.fr
- WP_TITLE=Kanel Supremacy
- WP_SEARCH_ENGINE_VISIBILITY=false
- PHP_MEMORY_LIMIT="512M"