Skip to content

Commit

Permalink
fix issue with nginx mount for docker-compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
janosmiko committed Oct 14, 2021
1 parent 4aca31f commit bb4263d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.10-beta
v0.2.11-beta
2 changes: 1 addition & 1 deletion templates/environments/includes/nginx.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- traefik.http.services.{{.reward_env_name}}-nginx.loadbalancer.server.port=80
volumes:
- .{{default "" .reward_web_root}}/:/var/www/html:cached
- ./{{default ".reward/nginx/" .nginx_custom_configs_path}}:/etc/nginx/snippets/
- ./{{default ".reward/nginx" .nginx_custom_configs_path}}:/etc/nginx/snippets/
environment:
- XDEBUG_CONNECT_BACK_HOST=${XDEBUG_CONNECT_BACK_HOST:-''}
{{end}}
2 changes: 1 addition & 1 deletion templates/environments/includes/php-fpm.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ x-volumes: &volumes
- {{.reward_composer_dir}}:/home/www-data/.composer:cached
- .{{default "" .reward_web_root}}/:/var/www/html:cached
{{if (isEnabledStrict .reward_single_web_container)}}
- ./{{default ".reward/nginx/" .nginx_custom_configs_path}}:/etc/nginx/snippets/
- ./{{default ".reward/nginx" .nginx_custom_configs_path}}:/etc/nginx/snippets/
{{end}}

x-extra_hosts: &extra_hosts
Expand Down

0 comments on commit bb4263d

Please sign in to comment.