## wordpress option # bind address for web port WORDPRESS_HTTP_BIND=127.0.0.1 # port to bind to WORDPRESS_HTTP_PORT=8000 ## database configuration # mysql root user password WORDPRESS_DATABASE_ROOT=changeme # database password WORDPRESS_DATABASE_PASSWORD=changeme ## Timezone one of /usr/share/zoneinfo TZ=Europe/Berlin