Skip to content

Commit 57fc8b0

Browse files
author
Tobias Lückel
committed
Changed to correct path because the config files are copied to the correct location
1 parent 3080d16 commit 57fc8b0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docker-compose.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ services:
1414
volumes:
1515
- shared_www:/var/www:delegated
1616
- ${PROJECT_DIR}:/opt/host:delegated
17-
- ${PROJECT_DIR}/etc/test/nginx/nginx.conf:/etc/nginx/nginx.conf
18-
- ${PROJECT_DIR}/etc/test/nginx/default.conf:/etc/nginx/conf.d/default.conf
19-
- ${PROJECT_DIR}/etc/test/nginx/shopware.conf:/etc/nginx/conf.d/shopware.conf
17+
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
18+
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
19+
- ./nginx/shopware.conf:/etc/nginx/conf.d/shopware.conf
2020
links:
2121
- shopware546_php72
2222
- shopware546_php71
@@ -36,8 +36,8 @@ services:
3636
volumes:
3737
- shared_www:/var/www:delegated
3838
- ${PROJECT_DIR}:/opt/host:delegated
39-
- ${PROJECT_DIR}/etc/test/php/php.ini:/usr/local/etc/php/conf.d/zzz-override-php.ini
40-
- ${PROJECT_DIR}/etc/test/php/www.conf:/usr/local/etc/php-fpm.d/www.conf
39+
- ./php/php.ini:/usr/local/etc/php/conf.d/zzz-override-php.ini
40+
- ./php/www.conf:/usr/local/etc/php-fpm.d/www.conf
4141
links:
4242
- mysql
4343
depends_on:
@@ -52,8 +52,8 @@ services:
5252
volumes:
5353
- shared_www:/var/www:delegated
5454
- ${PROJECT_DIR}:/opt/host:delegated
55-
- ${PROJECT_DIR}/etc/test/php/php.ini:/usr/local/etc/php/conf.d/zzz-override-php.ini
56-
- ${PROJECT_DIR}/etc/test/php/www.conf:/usr/local/etc/php-fpm.d/www.conf
55+
- ./php/php.ini:/usr/local/etc/php/conf.d/zzz-override-php.ini
56+
- ./php/www.conf:/usr/local/etc/php-fpm.d/www.conf
5757
links:
5858
- mysql
5959
depends_on:
@@ -68,8 +68,8 @@ services:
6868
volumes:
6969
- shared_www:/var/www:delegated
7070
- ${PROJECT_DIR}:/opt/host:delegated
71-
- ${PROJECT_DIR}/etc/test/php/php.ini:/usr/local/etc/php/conf.d/zzz-override-php.ini
72-
- ${PROJECT_DIR}/etc/test/php/www.conf:/usr/local/etc/php-fpm.d/www.conf
71+
- ./php/php.ini:/usr/local/etc/php/conf.d/zzz-override-php.ini
72+
- ./php/www.conf:/usr/local/etc/php-fpm.d/www.conf
7373
links:
7474
- mysql
7575
depends_on:

0 commit comments

Comments
 (0)