From 027b83423f0c9f9a3b5766e8a1c0ca8a26c85de0 Mon Sep 17 00:00:00 2001 From: shibafu Date: Fri, 1 Dec 2023 01:32:49 +0900 Subject: [PATCH] =?UTF-8?q?host-gateway=E3=81=AF=E6=AC=B2=E3=81=97?= =?UTF-8?q?=E3=81=84=E3=81=8B=E3=82=82=E3=81=97=E3=82=8C=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/production/sample/compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/production/sample/compose.yaml b/docker/production/sample/compose.yaml index b0498f26..c8a65732 100644 --- a/docker/production/sample/compose.yaml +++ b/docker/production/sample/compose.yaml @@ -4,6 +4,8 @@ services: env_file: .env volumes: - ./storage:/app/storage + extra_hosts: + - host.docker.internal:host-gateway nginx: image: ghcr.io/shikorism/tissue-nginx