{"id":95760,"date":"2025-09-25T15:57:36","date_gmt":"2025-09-25T10:27:36","guid":{"rendered":"https:\/\/www.seminarsonly.com\/news\/?p=95760"},"modified":"2025-09-25T16:09:03","modified_gmt":"2025-09-25T10:39:03","slug":"immich-docker-compose-official-docker-compose-setup","status":"publish","type":"post","link":"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/","title":{"rendered":"Immich Docker Compose | Official Docker Compose Setup"},"content":{"rendered":"<h3 data-start=\"0\" data-end=\"110\"><span style=\"color: #008000;\"><em>Immich Docker Compose setup is the recommended way to run Immich for photo and video backup in production. Docker Compose is the recommended method to run Immich in production.<\/em><\/span><\/h3>\n<p data-start=\"0\" data-end=\"110\">Here\u2019s how you can deploy <strong data-start=\"26\" data-end=\"36\">Immich<\/strong> using Docker Compose (official recommended method) plus tips &amp; caveats:<\/p>\n<hr data-start=\"112\" data-end=\"115\" \/>\n<h2 data-start=\"117\" data-end=\"152\"><span style=\"color: #800000;\">\ud83d\udee0 Official Docker Compose Setup<\/span><\/h2>\n<p data-start=\"154\" data-end=\"293\">According to the Immich docs: \u201cDocker Compose is the recommended method to run Immich in production.\u201d<\/p>\n<p data-start=\"295\" data-end=\"314\">Here are the steps:<\/p>\n<h3 data-start=\"316\" data-end=\"359\"><span style=\"color: #000080;\">Step 1: Prepare a directory &amp; get files<\/span><\/h3>\n<div class=\"contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"whitespace-pre! language-bash\"><span class=\"hljs-built_in\">mkdir<\/span> immich-app<br \/>\n<span class=\"hljs-built_in\">cd<\/span> immich-app<br \/>\n<\/code><\/div>\n<\/div>\n<p data-start=\"405\" data-end=\"467\">Download the <code data-start=\"418\" data-end=\"438\">docker-compose.yml<\/code> and the environment example:<\/p>\n<div class=\"contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"whitespace-pre! language-bash\">wget -O docker-compose.yml https:\/\/github.com\/immich-app\/immich\/releases\/latest\/download\/docker-compose.yml<br \/>\nwget -O .<span class=\"hljs-built_in\">env<\/span> https:\/\/github.com\/immich-app\/immich\/releases\/latest\/download\/example.env<br \/>\n<\/code><\/div>\n<\/div>\n<p data-start=\"677\" data-end=\"786\">If you downloaded manually via browser, rename <code data-start=\"724\" data-end=\"737\">example.env<\/code> to <code data-start=\"741\" data-end=\"747\">.env<\/code>.<\/p>\n<h3 data-start=\"677\" data-end=\"786\">Also Read : <a href=\"https:\/\/www.seminarsonly.com\/news\/charlie-kirk-on-a-coin-proposed-u-s-commemorative-coin\/\">Charlie Kirk on a Coin<\/a><\/h3>\n<h3 data-start=\"788\" data-end=\"811\"><span style=\"color: #000080;\">Step 2: Edit <code data-start=\"805\" data-end=\"811\">.env<\/code><\/span><\/h3>\n<p data-start=\"813\" data-end=\"871\">Open <code data-start=\"818\" data-end=\"824\">.env<\/code> and set the variables you need. Some key ones:<\/p>\n<div class=\"_tableContainer_1rjym_1\">\n<div class=\"group _tableWrapper_1rjym_13 flex w-fit flex-col-reverse\" tabindex=\"-1\">\n<table class=\"w-fit min-w-(--thread-content-width)\" data-start=\"873\" data-end=\"1433\">\n<thead data-start=\"873\" data-end=\"913\">\n<tr data-start=\"873\" data-end=\"913\">\n<th data-start=\"873\" data-end=\"884\" data-col-size=\"md\">Variable<\/th>\n<th data-start=\"884\" data-end=\"894\" data-col-size=\"md\">Purpose<\/th>\n<th data-start=\"894\" data-end=\"913\" data-col-size=\"md\">Default \/ Notes<\/th>\n<\/tr>\n<\/thead>\n<tbody data-start=\"928\" data-end=\"1433\">\n<tr data-start=\"928\" data-end=\"1022\">\n<td data-start=\"928\" data-end=\"948\" data-col-size=\"md\"><code data-start=\"930\" data-end=\"947\">UPLOAD_LOCATION<\/code><\/td>\n<td data-start=\"948\" data-end=\"1002\" data-col-size=\"md\">Path on the host where photos\/videos will be stored<\/td>\n<td data-col-size=\"md\" data-start=\"1002\" data-end=\"1022\">e.g. <code data-start=\"1009\" data-end=\"1020\">.\/library<\/code><\/td>\n<\/tr>\n<tr data-start=\"1023\" data-end=\"1100\">\n<td data-start=\"1023\" data-end=\"1044\" data-col-size=\"md\"><code data-start=\"1025\" data-end=\"1043\">DB_DATA_LOCATION<\/code><\/td>\n<td data-start=\"1044\" data-end=\"1079\" data-col-size=\"md\">Path on host for PostgreSQL data<\/td>\n<td data-col-size=\"md\" data-start=\"1079\" data-end=\"1100\">e.g. <code data-start=\"1086\" data-end=\"1098\">.\/postgres<\/code><\/td>\n<\/tr>\n<tr data-start=\"1101\" data-end=\"1168\">\n<td data-start=\"1101\" data-end=\"1120\" data-col-size=\"md\"><code data-start=\"1103\" data-end=\"1119\">IMMICH_VERSION<\/code><\/td>\n<td data-start=\"1120\" data-end=\"1147\" data-col-size=\"md\">Which version tag to use<\/td>\n<td data-start=\"1147\" data-end=\"1168\" data-col-size=\"md\">default \u201crelease\u201d<\/td>\n<\/tr>\n<tr data-start=\"1169\" data-end=\"1346\">\n<td data-start=\"1169\" data-end=\"1220\" data-col-size=\"md\"><code data-start=\"1171\" data-end=\"1184\">DB_PASSWORD<\/code>, <code data-start=\"1186\" data-end=\"1199\">DB_USERNAME<\/code>, <code data-start=\"1201\" data-end=\"1219\">DB_DATABASE_NAME<\/code><\/td>\n<td data-col-size=\"md\" data-start=\"1220\" data-end=\"1237\">DB credentials<\/td>\n<td data-col-size=\"md\" data-start=\"1237\" data-end=\"1346\">change <code data-start=\"1246\" data-end=\"1259\">DB_PASSWORD<\/code> to something secure (avoid special characters)<\/td>\n<\/tr>\n<tr data-start=\"1347\" data-end=\"1433\">\n<td data-start=\"1347\" data-end=\"1354\" data-col-size=\"md\"><code data-start=\"1349\" data-end=\"1353\">TZ<\/code><\/td>\n<td data-start=\"1354\" data-end=\"1365\" data-col-size=\"md\">Timezone<\/td>\n<td data-start=\"1365\" data-end=\"1433\" data-col-size=\"md\">uncomment &amp; set if desired<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p data-start=\"1435\" data-end=\"1571\">If you change environment vars, you\u2019ll need to recreate containers so they pick up the new values.<\/p>\n<h3 data-start=\"1573\" data-end=\"1600\"><span style=\"color: #000080;\">Step 3: Start the stack<\/span><\/h3>\n<p data-start=\"1602\" data-end=\"1606\">Run:<\/p>\n<div class=\"contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"whitespace-pre! language-bash\">docker compose up -d<br \/>\n<\/code><\/div>\n<\/div>\n<p data-start=\"1642\" data-end=\"1802\">This will pull the necessary images and bring up all relevant services (server, Redis, PostgreSQL, machine learning, etc.)<\/p>\n<p data-start=\"1804\" data-end=\"1937\">Note: The command is <code data-start=\"1825\" data-end=\"1841\">docker compose<\/code>, not <code data-start=\"1847\" data-end=\"1863\">docker\u2011compose<\/code> (depending on your Docker version).<\/p>\n<p data-start=\"1939\" data-end=\"2149\">If you get errors like <code data-start=\"1962\" data-end=\"1991\">unknown shorthand flag: 'd'<\/code>, your Docker command version is misaligned (e.g. using older Docker). Use the proper Docker engine install for your OS.<\/p>\n<p data-start=\"2151\" data-end=\"2434\">One known issue: some users see errors like <code data-start=\"2195\" data-end=\"2233\">can't set healthcheck.start_interval<\/code> if their Docker engine version is older (pre v25). In that case, comment out or remove that healthcheck line under the <code data-start=\"2353\" data-end=\"2363\">database<\/code> service in <code data-start=\"2375\" data-end=\"2395\">docker-compose.yml<\/code>.<\/p>\n<hr data-start=\"2436\" data-end=\"2439\" \/>\n<h2 data-start=\"2441\" data-end=\"2486\"><span style=\"color: #800000;\">\u26a0 Caveats and Tips from Community &amp; Issues<\/span><\/h2>\n<ul data-start=\"2488\" data-end=\"3587\">\n<li data-start=\"2488\" data-end=\"2779\">\n<p data-start=\"2490\" data-end=\"2779\">If you already have an existing Docker Compose setup with services (databases, Redis, etc.), conflicts may arise. For example, some people report conflicts due to generic service names like <code data-start=\"2680\" data-end=\"2690\">database<\/code>, <code data-start=\"2692\" data-end=\"2699\">redis<\/code>, or environment variables that collide.<\/p>\n<\/li>\n<li data-start=\"2780\" data-end=\"2918\">\n<p data-start=\"2782\" data-end=\"2918\">Some have had to rewrite parts of the official compose file to integrate with existing stacks.<\/p>\n<\/li>\n<li data-start=\"2919\" data-end=\"3121\">\n<p data-start=\"2921\" data-end=\"3121\">On Unraid, people sometimes need to remove or disable <code data-start=\"2975\" data-end=\"2988\">healthcheck<\/code> blocks because their Docker engine version doesn\u2019t support certain healthcheck parameters.<\/p>\n<\/li>\n<li data-start=\"3122\" data-end=\"3374\">\n<p data-start=\"3124\" data-end=\"3374\">A very common error is \u201cUnable to connect to database \/ getaddrinfo ENOTFOUND database\u201d \u2014 that usually indicates network or host name mismatches (i.e. your <code data-start=\"3280\" data-end=\"3293\">DB_HOSTNAME<\/code> not matching service name or network).<\/p>\n<\/li>\n<li data-start=\"3375\" data-end=\"3587\">\n<p data-start=\"3377\" data-end=\"3587\">When upgrading Immich, many users just update the <code data-start=\"3427\" data-end=\"3447\">docker-compose.yml<\/code> and <code data-start=\"3452\" data-end=\"3458\">.env<\/code> based on the breaking changes list, rather than fully replacing their files each time.<\/p>\n<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Immich Docker Compose setup is the recommended way to run Immich for photo and video backup in production. Docker Compose is the recommended method to run Immich in production. Here\u2019s&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-95760","post","type-post","status-publish","format-standard","hentry","category-news"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Immich Docker Compose | Official Docker Compose Setup - Seminarsonly.com<\/title>\n<meta name=\"description\" content=\"Immich Docker Compose setup is the recommended way to run Immich for photo and video backup in production. Docker Compose is the recommended method to run Immich in production.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Immich Docker Compose | Official Docker Compose Setup\" \/>\n<meta property=\"og:description\" content=\"Immich Docker Compose setup is the recommended way to run Immich for photo and video backup in production. Docker Compose is the recommended method to run Immich in production.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/\" \/>\n<meta property=\"og:site_name\" content=\"Seminarsonly.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/seminarsonly\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-25T10:27:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-25T10:39:03+00:00\" \/>\n<meta name=\"author\" content=\"Freddy John\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@seminarsonly\" \/>\n<meta name=\"twitter:site\" content=\"@seminarsonly\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Freddy John\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/\"},\"author\":{\"name\":\"Freddy John\",\"@id\":\"https:\/\/seminarsonly.com\/news\/#\/schema\/person\/75cf706896b7210fb0a84651adc258bd\"},\"headline\":\"Immich Docker Compose | Official Docker Compose Setup\",\"datePublished\":\"2025-09-25T10:27:36+00:00\",\"dateModified\":\"2025-09-25T10:39:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/\"},\"wordCount\":401,\"commentCount\":0,\"articleSection\":[\"news\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/\",\"url\":\"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/\",\"name\":\"Immich Docker Compose | Official Docker Compose Setup - Seminarsonly.com\",\"isPartOf\":{\"@id\":\"https:\/\/seminarsonly.com\/news\/#website\"},\"datePublished\":\"2025-09-25T10:27:36+00:00\",\"dateModified\":\"2025-09-25T10:39:03+00:00\",\"author\":{\"@id\":\"https:\/\/seminarsonly.com\/news\/#\/schema\/person\/75cf706896b7210fb0a84651adc258bd\"},\"description\":\"Immich Docker Compose setup is the recommended way to run Immich for photo and video backup in production. Docker Compose is the recommended method to run Immich in production.\",\"breadcrumb\":{\"@id\":\"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/seminarsonly.com\/news\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Immich Docker Compose | Official Docker Compose Setup\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/seminarsonly.com\/news\/#website\",\"url\":\"https:\/\/seminarsonly.com\/news\/\",\"name\":\"Seminarsonly.com\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/seminarsonly.com\/news\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/seminarsonly.com\/news\/#\/schema\/person\/75cf706896b7210fb0a84651adc258bd\",\"name\":\"Freddy John\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/671d452f5fe9027ab894cbed50911cc764b2c16878222070bf044f21705d4c94?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/671d452f5fe9027ab894cbed50911cc764b2c16878222070bf044f21705d4c94?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/671d452f5fe9027ab894cbed50911cc764b2c16878222070bf044f21705d4c94?s=96&d=mm&r=g\",\"caption\":\"Freddy John\"},\"sameAs\":[\"https:\/\/seminarsonly.com\/news\"],\"url\":\"https:\/\/seminarsonly.com\/news\/author\/anupvnaick_51wq8y4s\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Immich Docker Compose | Official Docker Compose Setup - Seminarsonly.com","description":"Immich Docker Compose setup is the recommended way to run Immich for photo and video backup in production. Docker Compose is the recommended method to run Immich in production.","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:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/","og_locale":"en_US","og_type":"article","og_title":"Immich Docker Compose | Official Docker Compose Setup","og_description":"Immich Docker Compose setup is the recommended way to run Immich for photo and video backup in production. Docker Compose is the recommended method to run Immich in production.","og_url":"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/","og_site_name":"Seminarsonly.com","article_publisher":"https:\/\/facebook.com\/seminarsonly","article_published_time":"2025-09-25T10:27:36+00:00","article_modified_time":"2025-09-25T10:39:03+00:00","author":"Freddy John","twitter_card":"summary_large_image","twitter_creator":"@seminarsonly","twitter_site":"@seminarsonly","twitter_misc":{"Written by":"Freddy John","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/#article","isPartOf":{"@id":"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/"},"author":{"name":"Freddy John","@id":"https:\/\/seminarsonly.com\/news\/#\/schema\/person\/75cf706896b7210fb0a84651adc258bd"},"headline":"Immich Docker Compose | Official Docker Compose Setup","datePublished":"2025-09-25T10:27:36+00:00","dateModified":"2025-09-25T10:39:03+00:00","mainEntityOfPage":{"@id":"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/"},"wordCount":401,"commentCount":0,"articleSection":["news"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/","url":"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/","name":"Immich Docker Compose | Official Docker Compose Setup - Seminarsonly.com","isPartOf":{"@id":"https:\/\/seminarsonly.com\/news\/#website"},"datePublished":"2025-09-25T10:27:36+00:00","dateModified":"2025-09-25T10:39:03+00:00","author":{"@id":"https:\/\/seminarsonly.com\/news\/#\/schema\/person\/75cf706896b7210fb0a84651adc258bd"},"description":"Immich Docker Compose setup is the recommended way to run Immich for photo and video backup in production. Docker Compose is the recommended method to run Immich in production.","breadcrumb":{"@id":"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/seminarsonly.com\/news\/immich-docker-compose-official-docker-compose-setup\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/seminarsonly.com\/news\/"},{"@type":"ListItem","position":2,"name":"Immich Docker Compose | Official Docker Compose Setup"}]},{"@type":"WebSite","@id":"https:\/\/seminarsonly.com\/news\/#website","url":"https:\/\/seminarsonly.com\/news\/","name":"Seminarsonly.com","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/seminarsonly.com\/news\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/seminarsonly.com\/news\/#\/schema\/person\/75cf706896b7210fb0a84651adc258bd","name":"Freddy John","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/671d452f5fe9027ab894cbed50911cc764b2c16878222070bf044f21705d4c94?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/671d452f5fe9027ab894cbed50911cc764b2c16878222070bf044f21705d4c94?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/671d452f5fe9027ab894cbed50911cc764b2c16878222070bf044f21705d4c94?s=96&d=mm&r=g","caption":"Freddy John"},"sameAs":["https:\/\/seminarsonly.com\/news"],"url":"https:\/\/seminarsonly.com\/news\/author\/anupvnaick_51wq8y4s\/"}]}},"_links":{"self":[{"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/posts\/95760","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/comments?post=95760"}],"version-history":[{"count":0,"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/posts\/95760\/revisions"}],"wp:attachment":[{"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/media?parent=95760"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/categories?post=95760"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/tags?post=95760"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}