{"id":66,"date":"2025-12-14T22:53:19","date_gmt":"2025-12-15T01:53:19","guid":{"rendered":"https:\/\/jmsilcom.com\/?p=66"},"modified":"2025-12-14T22:53:19","modified_gmt":"2025-12-15T01:53:19","slug":"wordpress-docker-compose","status":"publish","type":"post","link":"https:\/\/jmsilcom.com\/?p=66","title":{"rendered":"WordPress Docker Compose"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n <meta charset=\"UTF-8\"><br \/>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n <title>WordPress Docker Compose: A Comprehensive Guide<\/title><br \/>\n<\/style>\n<p><\/head><br \/>\n<body><\/p>\n<h1>WordPress Docker Compose: A Comprehensive Guide<\/h1>\n<p>WordPress has been a popular platform for hosting applications, themes, and plugins for over 20 years. With the help of Docker, setting up a local WordPress development environment is now easier than ever before. In this guide, we will explore how to use Docker Compose to set up a local WordPress installation on your own machine.<br \/>\n Before we begin, it&#8217;s important to note that you should have already installed Docker on your local machine. If you haven&#8217;t done so yet, be sure to download the desktop client for your platform from the official Docker website.<\/p>\n<div class=\"video-gallery\" style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 10px;\"><iframe src=\"https:\/\/www.youtube.com\/embed\/gEceSAJI_3s\" style=\"width:100%; height:200px;\" frameborder=\"0\" allowfullscreen><\/iframe><iframe src=\"https:\/\/www.youtube.com\/embed\/_2uP5okr-N0\" style=\"width:100%; height:200px;\" frameborder=\"0\" allowfullscreen><\/iframe><iframe src=\"https:\/\/www.youtube.com\/embed\/CU8Gv2Q_mHc\" style=\"width:100%; height:200px;\" frameborder=\"0\" allowfullscreen><\/iframe><iframe src=\"https:\/\/www.youtube.com\/embed\/JE59PjNSypY\" style=\"width:100%; height:200px;\" frameborder=\"0\" allowfullscreen><\/iframe><\/div>\n<h2>Getting Started with WordPress and Docker Compose<\/h2>\n<p>To set up a local WordPress installation using Docker Compose, we first need to create a new directory for our project. Once we&#8217;ve done that, we can navigate into the new directory and create a new file called &#8220;docker-compose.yml&#8221;. This file will contain all of the configuration information necessary to set up our WordPress installation.<\/p>\n<pre><code>version: '3'\nservices:\n db:\n image: mysql:5.7\n volumes:\n - db_data:\/var\/lib\/mysql\n restart: always\n environment:\n MYSQL_ROOT_PASSWORD: wordpress\n MYSQL_DATABASE: wordpress\n MYSQL_USER: wordpress\n MYSQL_PASSWORD: wordpress\n web:\n image: wordpress:5.7.2\n volumes:\n - .:\/var\/www\/html\n ports:\n - 8080:80\n restart: always\n depends_on:\n - db\n networks:\n - wordpress-network\n volumes:\n db_data:<\/code><\/pre>\n<p>In this example, we&#8217;re using the official WordPress and MySQL Docker images to set up our installation. The &#8220;db&#8221; service is configured with a password, database name, user, and password for our WordPress installation. The &#8220;web&#8221; service is configured to use the current directory as its document root and to forward port 8080 on our local machine to port 80 on the container.<\/p>\n<h2>Running Docker Compose<\/h2>\n<p>Now that we&#8217;ve created our &#8220;docker-compose.yml&#8221; file, we can run the following command in our terminal:<\/p>\n<pre><code>$ docker-compose up -d<\/code><\/pre>\n<p>This will start our WordPress and MySQL containers in detached mode, meaning that they&#8217;ll run in the background.<\/p>\n<h2>Accessing Our New WordPress Installation<\/h2>\n<p>Once our containers have finished starting up, we can access our new WordPress installation by navigating to &#8220;<a href=\"http:\/\/localhost:8080\">http:\/\/localhost:8080<\/a>&#8221; in our web browser. From here, we can follow the on-screen instructions to complete the installation process.<\/p>\n<h2>Conclusion<\/h2>\n<p>In this guide, we&#8217;ve explored how to use Docker Compose to set up a local WordPress development environment. By using Docker Compose, we were able to quickly and easily configure our WordPress installation without having to manually install and configure Apache or any other dependencies.<\/p>\n<h2>Recommended Resources<\/h2>\n<ul>\n<li><a href=\"https:\/\/docs.docker.com\/compose\/\">Docker Compose Documentation<\/a><\/li>\n<li><a href=\"https:\/\/hub.docker.com\/_\/wordpress\">Official WordPress Docker Image<\/a><\/li>\n<li><a href=\"https:\/\/hub.docker.com\/_\/mysql\">Official MySQL Docker Image<\/a><\/li>\n<\/ul>\n<div class=\"video-gallery\" style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 10px;\"><iframe src=\"https:\/\/www.youtube.com\/embed\/gEceSAJI_3s\" style=\"width:100%; height:200px;\" frameborder=\"0\" allowfullscreen><\/iframe><iframe src=\"https:\/\/www.youtube.com\/embed\/_2uP5okr-N0\" style=\"width:100%; height:200px;\" frameborder=\"0\" allowfullscreen><\/iframe><iframe src=\"https:\/\/www.youtube.com\/embed\/CU8Gv2Q_mHc\" style=\"width:100%; height:200px;\" frameborder=\"0\" allowfullscreen><\/iframe><iframe src=\"https:\/\/www.youtube.com\/embed\/JE59PjNSypY\" style=\"width:100%; height:200px;\" frameborder=\"0\" allowfullscreen><\/iframe><\/div>\n<p><\/body><br \/>\n<\/html><\/p>\n<div style=\"display: flex; justify-content: center;\">\n <video width=\"600\" controls><source src=\"https:\/\/www.youtube.com\/watch?v=2tPdqzJIkLw\" type=\"video\/mp4\">Your browser does not support the video tag.<\/video><br \/>\n <video width=\"600\" controls><source src=\"https:\/\/www.youtube.com\/watch?v=8W_ZsQr1iYo\" type=\"video\/mp4\">Your browser does not support the video tag.<\/video><br \/>\n <video width=\"600\" controls><source src=\"https:\/\/www.youtube.com\/watch?v=3hRJvk7Dx9E\" type=\"video\/mp4\">Your browser does not support the video tag.<\/video>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>WordPress Docker Compose: A Comprehensive Guide WordPress Docker Compose: A Comprehensive Guide WordPress has been a popular platform for hosting applications, themes, and plugins for over 20 years. With the help of Docker, setting up a local WordPress development environment is now easier than ever before. In this guide, we will explore how to use [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":65,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","_jetpack_memberships_contains_paid_content":false,"ocean_post_oembed":"","ocean_post_self_hosted_media":"","ocean_post_video_embed":"","ocean_link_format":"","ocean_link_format_target":"self","ocean_quote_format":"","ocean_quote_format_link":"post","ocean_gallery_link_images":"on","ocean_gallery_id":[],"footnotes":""},"categories":[1],"tags":[],"class_list":["post-66","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-sem-categoria","entry","has-media"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Wordpress Docker Compose - jmsilcom<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jmsilcom.com\/?p=66\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Wordpress Docker Compose - jmsilcom\" \/>\n<meta property=\"og:description\" content=\"WordPress Docker Compose: A Comprehensive Guide WordPress Docker Compose: A Comprehensive Guide WordPress has been a popular platform for hosting applications, themes, and plugins for over 20 years. With the help of Docker, setting up a local WordPress development environment is now easier than ever before. In this guide, we will explore how to use [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jmsilcom.com\/?p=66\" \/>\n<meta property=\"og:site_name\" content=\"jmsilcom\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-15T01:53:19+00:00\" \/>\n<meta name=\"author\" content=\"cdaer2\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"cdaer2\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/jmsilcom.com\/?p=66#article\",\"isPartOf\":{\"@id\":\"https:\/\/jmsilcom.com\/?p=66\"},\"author\":{\"name\":\"cdaer2\",\"@id\":\"https:\/\/jmsilcom.com\/#\/schema\/person\/676bb0163c8cd25cc20133ba160c40c5\"},\"headline\":\"WordPress Docker Compose\",\"datePublished\":\"2025-12-15T01:53:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/jmsilcom.com\/?p=66\"},\"wordCount\":402,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/jmsilcom.com\/?p=66#primaryimage\"},\"thumbnailUrl\":\"https:\/\/jmsilcom.com\/wp-content\/uploads\/2025\/12\/wordpress_docker_compose.png\",\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/jmsilcom.com\/?p=66#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jmsilcom.com\/?p=66\",\"url\":\"https:\/\/jmsilcom.com\/?p=66\",\"name\":\"Wordpress Docker Compose - jmsilcom\",\"isPartOf\":{\"@id\":\"https:\/\/jmsilcom.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/jmsilcom.com\/?p=66#primaryimage\"},\"image\":{\"@id\":\"https:\/\/jmsilcom.com\/?p=66#primaryimage\"},\"thumbnailUrl\":\"https:\/\/jmsilcom.com\/wp-content\/uploads\/2025\/12\/wordpress_docker_compose.png\",\"datePublished\":\"2025-12-15T01:53:19+00:00\",\"author\":{\"@id\":\"https:\/\/jmsilcom.com\/#\/schema\/person\/676bb0163c8cd25cc20133ba160c40c5\"},\"breadcrumb\":{\"@id\":\"https:\/\/jmsilcom.com\/?p=66#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jmsilcom.com\/?p=66\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/jmsilcom.com\/?p=66#primaryimage\",\"url\":\"https:\/\/jmsilcom.com\/wp-content\/uploads\/2025\/12\/wordpress_docker_compose.png\",\"contentUrl\":\"https:\/\/jmsilcom.com\/wp-content\/uploads\/2025\/12\/wordpress_docker_compose.png\",\"width\":979,\"height\":343},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jmsilcom.com\/?p=66#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/jmsilcom.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WordPress Docker Compose\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/jmsilcom.com\/#website\",\"url\":\"https:\/\/jmsilcom.com\/\",\"name\":\"jmsilcom\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/jmsilcom.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/jmsilcom.com\/#\/schema\/person\/676bb0163c8cd25cc20133ba160c40c5\",\"name\":\"cdaer2\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/jmsilcom.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5d48477d78a58e1d2ccfe74c9f32f17c65c3da7f525ffbb89cffc54beefe7eac?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5d48477d78a58e1d2ccfe74c9f32f17c65c3da7f525ffbb89cffc54beefe7eac?s=96&d=mm&r=g\",\"caption\":\"cdaer2\"},\"sameAs\":[\"https:\/\/jmsilcom.com\"],\"url\":\"https:\/\/jmsilcom.com\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Wordpress Docker Compose - jmsilcom","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/jmsilcom.com\/?p=66","og_locale":"pt_BR","og_type":"article","og_title":"Wordpress Docker Compose - jmsilcom","og_description":"WordPress Docker Compose: A Comprehensive Guide WordPress Docker Compose: A Comprehensive Guide WordPress has been a popular platform for hosting applications, themes, and plugins for over 20 years. With the help of Docker, setting up a local WordPress development environment is now easier than ever before. In this guide, we will explore how to use [&hellip;]","og_url":"https:\/\/jmsilcom.com\/?p=66","og_site_name":"jmsilcom","article_published_time":"2025-12-15T01:53:19+00:00","author":"cdaer2","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"cdaer2","Est. tempo de leitura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jmsilcom.com\/?p=66#article","isPartOf":{"@id":"https:\/\/jmsilcom.com\/?p=66"},"author":{"name":"cdaer2","@id":"https:\/\/jmsilcom.com\/#\/schema\/person\/676bb0163c8cd25cc20133ba160c40c5"},"headline":"WordPress Docker Compose","datePublished":"2025-12-15T01:53:19+00:00","mainEntityOfPage":{"@id":"https:\/\/jmsilcom.com\/?p=66"},"wordCount":402,"commentCount":0,"image":{"@id":"https:\/\/jmsilcom.com\/?p=66#primaryimage"},"thumbnailUrl":"https:\/\/jmsilcom.com\/wp-content\/uploads\/2025\/12\/wordpress_docker_compose.png","inLanguage":"pt-BR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/jmsilcom.com\/?p=66#respond"]}]},{"@type":"WebPage","@id":"https:\/\/jmsilcom.com\/?p=66","url":"https:\/\/jmsilcom.com\/?p=66","name":"Wordpress Docker Compose - jmsilcom","isPartOf":{"@id":"https:\/\/jmsilcom.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jmsilcom.com\/?p=66#primaryimage"},"image":{"@id":"https:\/\/jmsilcom.com\/?p=66#primaryimage"},"thumbnailUrl":"https:\/\/jmsilcom.com\/wp-content\/uploads\/2025\/12\/wordpress_docker_compose.png","datePublished":"2025-12-15T01:53:19+00:00","author":{"@id":"https:\/\/jmsilcom.com\/#\/schema\/person\/676bb0163c8cd25cc20133ba160c40c5"},"breadcrumb":{"@id":"https:\/\/jmsilcom.com\/?p=66#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jmsilcom.com\/?p=66"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/jmsilcom.com\/?p=66#primaryimage","url":"https:\/\/jmsilcom.com\/wp-content\/uploads\/2025\/12\/wordpress_docker_compose.png","contentUrl":"https:\/\/jmsilcom.com\/wp-content\/uploads\/2025\/12\/wordpress_docker_compose.png","width":979,"height":343},{"@type":"BreadcrumbList","@id":"https:\/\/jmsilcom.com\/?p=66#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/jmsilcom.com\/"},{"@type":"ListItem","position":2,"name":"WordPress Docker Compose"}]},{"@type":"WebSite","@id":"https:\/\/jmsilcom.com\/#website","url":"https:\/\/jmsilcom.com\/","name":"jmsilcom","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jmsilcom.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Person","@id":"https:\/\/jmsilcom.com\/#\/schema\/person\/676bb0163c8cd25cc20133ba160c40c5","name":"cdaer2","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/jmsilcom.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5d48477d78a58e1d2ccfe74c9f32f17c65c3da7f525ffbb89cffc54beefe7eac?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5d48477d78a58e1d2ccfe74c9f32f17c65c3da7f525ffbb89cffc54beefe7eac?s=96&d=mm&r=g","caption":"cdaer2"},"sameAs":["https:\/\/jmsilcom.com"],"url":"https:\/\/jmsilcom.com\/?author=1"}]}},"jetpack_featured_media_url":"https:\/\/jmsilcom.com\/wp-content\/uploads\/2025\/12\/wordpress_docker_compose.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/jmsilcom.com\/index.php?rest_route=\/wp\/v2\/posts\/66","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jmsilcom.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jmsilcom.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jmsilcom.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jmsilcom.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=66"}],"version-history":[{"count":0,"href":"https:\/\/jmsilcom.com\/index.php?rest_route=\/wp\/v2\/posts\/66\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jmsilcom.com\/index.php?rest_route=\/wp\/v2\/media\/65"}],"wp:attachment":[{"href":"https:\/\/jmsilcom.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=66"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jmsilcom.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=66"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jmsilcom.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=66"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}