{"id":29,"date":"2026-01-25T13:47:55","date_gmt":"2026-01-25T13:47:55","guid":{"rendered":"https:\/\/aydindiler.com\/?p=29"},"modified":"2026-01-25T13:54:58","modified_gmt":"2026-01-25T13:54:58","slug":"docker-compose-komutu-ile-olusturulmaya-hazir-wordpress-ve-mysql-iceren-yml-dosyasi","status":"publish","type":"post","link":"https:\/\/aydindiler.com\/?p=29","title":{"rendered":"Docker Compose komutu ile olu\u015fturulmaya haz\u0131r WordPress ve Mysql i\u00e7eren yml dosyas\u0131"},"content":{"rendered":"\n<p>Merhaba WordPress kurmak veya denemek i\u00e7in Mysql dahil Docker Compose yml dosyas\u0131d\u0131r.<br>version: &#8220;1.0&#8221;<br>services:<br>wordpress:<br>image: wordpress<br>ports:<br>&#8211; 8080:80<br>environment:<br>WORDPRESS_DB_HOST: db<br>WORDPRESS_DB_USER: admin<br>WORDPRESS_DB_PASSWORD: 123<br>WORDPRESS_DB_NAME: wpdb<br>volumes:<br>&#8211; wordpress:\/var\/www\/html<br>db:<br>image: mysql:latest<br>restart: always<br>environment:<br>MYSQL_DATABASE: mydb<br>MYSQL_USER: admin<br>MYSQL_PASSWORD: 123<br>MYSQL_RANDOM_ROOT_PASSWORD: &#8220;1&#8221;<br>volumes:<br>&#8211; db:\/var\/lib\/mysql<br>volumes:<br>wordpress:<br>db:<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Merhaba WordPress kurmak veya denemek i\u00e7in Mysql dahil Docker Compose yml dosyas\u0131d\u0131r.version: &#8220;1.0&#8221;services:wordpress:image: wordpressports:&#8211; 8080:80environment:WORDPRESS_DB_HOST: dbWORDPRESS_DB_USER: adminWORDPRESS_DB_PASSWORD: 123WORDPRESS_DB_NAME: wpdbvolumes:&#8211; wordpress:\/var\/www\/htmldb:image: mysql:latestrestart: alwaysenvironment:MYSQL_DATABASE: mydbMYSQL_USER: adminMYSQL_PASSWORD: 123MYSQL_RANDOM_ROOT_PASSWORD: &#8220;1&#8221;volumes:&#8211; db:\/var\/lib\/mysqlvolumes:wordpress:db:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[3,6],"class_list":["post-29","post","type-post","status-publish","format-standard","hentry","category-yazilim","tag-docker","tag-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Docker Compose komutu ile olu\u015fturulmaya haz\u0131r WordPress ve Mysql i\u00e7eren yml dosyas\u0131 - aydindiler.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/aydindiler.com\/?p=29\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Docker Compose komutu ile olu\u015fturulmaya haz\u0131r WordPress ve Mysql i\u00e7eren yml dosyas\u0131 - aydindiler.com\" \/>\n<meta property=\"og:description\" content=\"Merhaba WordPress kurmak veya denemek i\u00e7in Mysql dahil Docker Compose yml dosyas\u0131d\u0131r.version: &#8220;1.0&#8221;services:wordpress:image: wordpressports:&#8211; 8080:80environment:WORDPRESS_DB_HOST: dbWORDPRESS_DB_USER: adminWORDPRESS_DB_PASSWORD: 123WORDPRESS_DB_NAME: wpdbvolumes:&#8211; wordpress:\/var\/www\/htmldb:image: mysql:latestrestart: alwaysenvironment:MYSQL_DATABASE: mydbMYSQL_USER: adminMYSQL_PASSWORD: 123MYSQL_RANDOM_ROOT_PASSWORD: &#8220;1&#8221;volumes:&#8211; db:\/var\/lib\/mysqlvolumes:wordpress:db:\" \/>\n<meta property=\"og:url\" content=\"http:\/\/aydindiler.com\/?p=29\" \/>\n<meta property=\"og:site_name\" content=\"aydindiler.com\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-25T13:47:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-25T13:54:58+00:00\" \/>\n<meta name=\"author\" content=\"AydinAdmin37\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Yazan:\" \/>\n\t<meta name=\"twitter:data1\" content=\"AydinAdmin37\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tahmini okuma s\u00fcresi\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 dakika\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\/\/aydindiler.com\/?p=29#article\",\"isPartOf\":{\"@id\":\"http:\/\/aydindiler.com\/?p=29\"},\"author\":{\"name\":\"AydinAdmin37\",\"@id\":\"https:\/\/aydindiler.com\/#\/schema\/person\/4f8158cc1a3d0b6439485c9a4c05bc10\"},\"headline\":\"Docker Compose komutu ile olu\u015fturulmaya haz\u0131r WordPress ve Mysql i\u00e7eren yml dosyas\u0131\",\"datePublished\":\"2026-01-25T13:47:55+00:00\",\"dateModified\":\"2026-01-25T13:54:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/aydindiler.com\/?p=29\"},\"wordCount\":77,\"commentCount\":0,\"keywords\":[\"Docker\",\"wordpress\"],\"articleSection\":[\"Yaz\u0131l\u0131m\"],\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"http:\/\/aydindiler.com\/?p=29#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/aydindiler.com\/?p=29\",\"url\":\"http:\/\/aydindiler.com\/?p=29\",\"name\":\"Docker Compose komutu ile olu\u015fturulmaya haz\u0131r WordPress ve Mysql i\u00e7eren yml dosyas\u0131 - aydindiler.com\",\"isPartOf\":{\"@id\":\"https:\/\/aydindiler.com\/#website\"},\"datePublished\":\"2026-01-25T13:47:55+00:00\",\"dateModified\":\"2026-01-25T13:54:58+00:00\",\"author\":{\"@id\":\"https:\/\/aydindiler.com\/#\/schema\/person\/4f8158cc1a3d0b6439485c9a4c05bc10\"},\"breadcrumb\":{\"@id\":\"http:\/\/aydindiler.com\/?p=29#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/aydindiler.com\/?p=29\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/aydindiler.com\/?p=29#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Anasayfa\",\"item\":\"https:\/\/aydindiler.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Docker Compose komutu ile olu\u015fturulmaya haz\u0131r WordPress ve Mysql i\u00e7eren yml dosyas\u0131\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/aydindiler.com\/#website\",\"url\":\"https:\/\/aydindiler.com\/\",\"name\":\"aydindiler.com\",\"description\":\"ki\u015fisel blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/aydindiler.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"tr\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/aydindiler.com\/#\/schema\/person\/4f8158cc1a3d0b6439485c9a4c05bc10\",\"name\":\"AydinAdmin37\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/aydindiler.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7b3ab28e2b7d78a75c6277e4c43f1ebf3eb9a418c72cdb27252698b9ed27b37a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7b3ab28e2b7d78a75c6277e4c43f1ebf3eb9a418c72cdb27252698b9ed27b37a?s=96&d=mm&r=g\",\"caption\":\"AydinAdmin37\"},\"url\":\"https:\/\/aydindiler.com\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Docker Compose komutu ile olu\u015fturulmaya haz\u0131r WordPress ve Mysql i\u00e7eren yml dosyas\u0131 - aydindiler.com","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":"http:\/\/aydindiler.com\/?p=29","og_locale":"tr_TR","og_type":"article","og_title":"Docker Compose komutu ile olu\u015fturulmaya haz\u0131r WordPress ve Mysql i\u00e7eren yml dosyas\u0131 - aydindiler.com","og_description":"Merhaba WordPress kurmak veya denemek i\u00e7in Mysql dahil Docker Compose yml dosyas\u0131d\u0131r.version: &#8220;1.0&#8221;services:wordpress:image: wordpressports:&#8211; 8080:80environment:WORDPRESS_DB_HOST: dbWORDPRESS_DB_USER: adminWORDPRESS_DB_PASSWORD: 123WORDPRESS_DB_NAME: wpdbvolumes:&#8211; wordpress:\/var\/www\/htmldb:image: mysql:latestrestart: alwaysenvironment:MYSQL_DATABASE: mydbMYSQL_USER: adminMYSQL_PASSWORD: 123MYSQL_RANDOM_ROOT_PASSWORD: &#8220;1&#8221;volumes:&#8211; db:\/var\/lib\/mysqlvolumes:wordpress:db:","og_url":"http:\/\/aydindiler.com\/?p=29","og_site_name":"aydindiler.com","article_published_time":"2026-01-25T13:47:55+00:00","article_modified_time":"2026-01-25T13:54:58+00:00","author":"AydinAdmin37","twitter_card":"summary_large_image","twitter_misc":{"Yazan:":"AydinAdmin37","Tahmini okuma s\u00fcresi":"1 dakika"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/aydindiler.com\/?p=29#article","isPartOf":{"@id":"http:\/\/aydindiler.com\/?p=29"},"author":{"name":"AydinAdmin37","@id":"https:\/\/aydindiler.com\/#\/schema\/person\/4f8158cc1a3d0b6439485c9a4c05bc10"},"headline":"Docker Compose komutu ile olu\u015fturulmaya haz\u0131r WordPress ve Mysql i\u00e7eren yml dosyas\u0131","datePublished":"2026-01-25T13:47:55+00:00","dateModified":"2026-01-25T13:54:58+00:00","mainEntityOfPage":{"@id":"http:\/\/aydindiler.com\/?p=29"},"wordCount":77,"commentCount":0,"keywords":["Docker","wordpress"],"articleSection":["Yaz\u0131l\u0131m"],"inLanguage":"tr","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["http:\/\/aydindiler.com\/?p=29#respond"]}]},{"@type":"WebPage","@id":"http:\/\/aydindiler.com\/?p=29","url":"http:\/\/aydindiler.com\/?p=29","name":"Docker Compose komutu ile olu\u015fturulmaya haz\u0131r WordPress ve Mysql i\u00e7eren yml dosyas\u0131 - aydindiler.com","isPartOf":{"@id":"https:\/\/aydindiler.com\/#website"},"datePublished":"2026-01-25T13:47:55+00:00","dateModified":"2026-01-25T13:54:58+00:00","author":{"@id":"https:\/\/aydindiler.com\/#\/schema\/person\/4f8158cc1a3d0b6439485c9a4c05bc10"},"breadcrumb":{"@id":"http:\/\/aydindiler.com\/?p=29#breadcrumb"},"inLanguage":"tr","potentialAction":[{"@type":"ReadAction","target":["http:\/\/aydindiler.com\/?p=29"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/aydindiler.com\/?p=29#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Anasayfa","item":"https:\/\/aydindiler.com\/"},{"@type":"ListItem","position":2,"name":"Docker Compose komutu ile olu\u015fturulmaya haz\u0131r WordPress ve Mysql i\u00e7eren yml dosyas\u0131"}]},{"@type":"WebSite","@id":"https:\/\/aydindiler.com\/#website","url":"https:\/\/aydindiler.com\/","name":"aydindiler.com","description":"ki\u015fisel blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/aydindiler.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"tr"},{"@type":"Person","@id":"https:\/\/aydindiler.com\/#\/schema\/person\/4f8158cc1a3d0b6439485c9a4c05bc10","name":"AydinAdmin37","image":{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/aydindiler.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7b3ab28e2b7d78a75c6277e4c43f1ebf3eb9a418c72cdb27252698b9ed27b37a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7b3ab28e2b7d78a75c6277e4c43f1ebf3eb9a418c72cdb27252698b9ed27b37a?s=96&d=mm&r=g","caption":"AydinAdmin37"},"url":"https:\/\/aydindiler.com\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/aydindiler.com\/index.php?rest_route=\/wp\/v2\/posts\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aydindiler.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aydindiler.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aydindiler.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aydindiler.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=29"}],"version-history":[{"count":1,"href":"https:\/\/aydindiler.com\/index.php?rest_route=\/wp\/v2\/posts\/29\/revisions"}],"predecessor-version":[{"id":30,"href":"https:\/\/aydindiler.com\/index.php?rest_route=\/wp\/v2\/posts\/29\/revisions\/30"}],"wp:attachment":[{"href":"https:\/\/aydindiler.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=29"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aydindiler.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=29"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aydindiler.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}