fix(docker): fix nginx and apache configs permissions

parent 2a0b3b58
VIRTUAL_HOST=DEV-1-111.zolotoykod.ru VIRTUAL_HOST=staging.1.dev.1119.zolotoykod.ru
BITRIX_PORT=8081 BITRIX_PORT=8081
SITE_PORT=8080 SITE_PORT=8080
...@@ -13,11 +13,11 @@ services: ...@@ -13,11 +13,11 @@ services:
- ./www:/home/bitrix/site:Z - ./www:/home/bitrix/site:Z
- ./docker/apache/bitrix.conf:/etc/httpd/bx/conf/default.conf:ro - ./docker/apache/bitrix.conf:/etc/httpd/bx/conf/default.conf:Z
- ./docker/nginx/bitrix.conf:/etc/nginx/bx/site_avaliable/s1.conf:ro - ./docker/nginx/bitrix.conf:/etc/nginx/bx/site_avaliable/s1.conf:Z
- ./docker/apache/site.conf:/etc/httpd/bx/conf/site.conf:ro - ./docker/apache/site.conf:/etc/httpd/bx/conf/site.conf:Z
- ./docker/nginx/site.conf:/etc/nginx/bx/site_enabled/site.conf:ro - ./docker/nginx/site.conf:/etc/nginx/bx/site_enabled/site.conf:Z
ports: ports:
- "${BITRIX_PORT}:8080" - "${BITRIX_PORT}:8080"
- "${SITE_PORT}:80" - "${SITE_PORT}:80"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment