Fix \compose.yml\ spelling (#1170)

This commit is contained in:
MartinOscar 2025-03-27 10:46:40 +01:00 committed by GitHub
parent bced93c5be
commit ec6529ac4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,9 +35,9 @@ services:
ports: ports:
- "80:80" - "80:80"
- "443:443" - "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: 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: volumes:
- pelican-data:/pelican-data - pelican-data:/pelican-data
- pelican-logs:/var/www/html/storage/logs - pelican-logs:/var/www/html/storage/logs