Benutzer-Werkzeuge

Webseiten-Werkzeuge


content:serverbasics:docker-wordpress

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung
content:serverbasics:docker-wordpress [2026/01/20 20:38] obel1xcontent:serverbasics:docker-wordpress [2026/01/25 16:25] (aktuell) obel1x
Zeile 25: Zeile 25:
       - WORDPRESS_DATABASE_NAME=wp_data       - WORDPRESS_DATABASE_NAME=wp_data
       - WORDPRESS_DATABASE_PASSWORD=SecureDBPassword       - WORDPRESS_DATABASE_PASSWORD=SecureDBPassword
 +      - WORDPRESS_ENABLE_HTTPS=yes
 +      - WORDPRESS_SCHEME=https
 +      - WORDPRESS_EMAIL=Webmaster@domain.tld
 +      - WORDPRESS_ENABLE_REVERSE_PROXY=yes
 +      - WORDPRESS_ENABLE_MULTISITE=yes
 +      - WORDPRESS_MULTISITE_HOST=domain.tld
     networks:     networks:
       - wp_default       - wp_default
Zeile 40: Zeile 46:
 </file> </file>
  
-The User and Database with that Password has to be created before on your mariadb- instance.+Attention: 
 + 
 +  * The User and Database with that Password has to be created before on your mariadb- instance. 
 +  * The above ENVs will create a setup-file of Wordpress in your Volume ( wp-config.php ) - check, that all your Setting are applied at first start. 
 +      * After the first setup, the ENVs are never checked again and changes will have no effect at all ! 
 +      * You may edit the file in your Volume to apply new Values 
 +  * You can reach the Admins-User-Panel at https://domain.tld/wp-admin/profile.php . The Admin User and Password will be: user:bitnami 
 +      * Please go to the Password- Section there and change your Password first before using that installation
  
 Here you can find about the basic configuration of Bitnamis package: [[https://hub.docker.com/r/bitnami/wordpress|https://hub.docker.com/r/bitnami/wordpress]] Here you can find about the basic configuration of Bitnamis package: [[https://hub.docker.com/r/bitnami/wordpress|https://hub.docker.com/r/bitnami/wordpress]]
content/serverbasics/docker-wordpress.1768937932.txt.gz · Zuletzt geändert: von obel1x

Falls nicht anders bezeichnet, ist der Inhalt dieses Wikis unter der folgenden Lizenz veröffentlicht: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki