File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM php:8.3.6-fpm
33# Let's use bash as a default shell with login each time
44SHELL ["/bin/bash", "--login", "-c"]
55
6- # Decrale used arguments from `docker- compose.yml ` file
6+ # Decrale used arguments from `compose.yaml ` file
77ARG HOST_UID
88ARG HOST_GID
99
@@ -77,7 +77,7 @@ RUN composer completion bash > /etc/bash_completion.d/composer
7777
7878# Copy development `php.ini` and PHP-FPM pool configuration to container
7979#
80- # Also note that these files mounted within `docker- compose.yml ` file, so
80+ # Also note that these files mounted within `compose.yaml ` file, so
8181# you don't need to build containers again if you change something just
8282# restart containers and you're good
8383COPY ./docker/php/php-dev.ini /usr/local/etc/php/php.ini
Original file line number Diff line number Diff line change 11FROM nginx:latest
22
3- # Note that this `nginx-dev.conf` is also mounted within `docker- compose.yml `
3+ # Note that this `nginx-dev.conf` is also mounted within `compose.yaml `
44# so you don't need to build containers if you change something there, restart
55# should do the trick
66ADD nginx-dev.conf /etc/nginx/conf.d/default.conf
You can’t perform that action at this time.
0 commit comments