From ec6529ac4c68b93c1408bd3b57b16ca6a9470df2 Mon Sep 17 00:00:00 2001 From: MartinOscar <40749467+rmartinoscar@users.noreply.github.com> Date: Thu, 27 Mar 2025 10:46:40 +0100 Subject: [PATCH] Fix \`compose.yml\` spelling (#1170) --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 9b7e6175e..becbab503 100644 --- a/compose.yml +++ b/compose.yml @@ -35,9 +35,9 @@ services: ports: - "80:80" - "443:443" - # - "9000:9000" # enable when not using caddy to be abel to reach php-fpm + # - "9000:9000" # enable when not using caddy to be able to reach php-fpm extra_hosts: - - "host.docker.internal:host-gateway" # shows the panel on te internal docker network as well. usually '172.17.0.1' + - "host.docker.internal:host-gateway" # shows the panel on the internal docker network as well. usually '172.17.0.1' volumes: - pelican-data:/pelican-data - pelican-logs:/var/www/html/storage/logs