Commit 4f10a64a1610ada1aff4663880d3b942ed8b0b8d
1 parent
eb61dfb091
Exists in
master
and in
4 other branches
Test using host absolute paths for mounting volumes
Showing 2 changed files with 5 additions and 5 deletions
docker-compose-jfrog-composer.yml
View file @
4f10a64
docker-compose-jfrog.yml
View file @
4f10a64
... | ... | @@ -67,8 +67,8 @@ |
67 | 67 | - "80:80" |
68 | 68 | - "443:443" |
69 | 69 | volumes: |
70 | - - ./api:/var/www | |
71 | - - ./api/nginx/conf.d/:/etc/nginx/conf.d/ | |
70 | + - /share/jenkins/api:/var/www | |
71 | + - /share/jenkins/api/nginx/conf.d/:/etc/nginx/conf.d/ | |
72 | 72 | |
73 | 73 | api: |
74 | 74 | image: registry.curex-project.eu:443/curex-local/kea_api:1.0.1 |
... | ... | @@ -77,8 +77,8 @@ |
77 | 77 | tty: true |
78 | 78 | working_dir: /var/www |
79 | 79 | volumes: |
80 | - - ./api:/var/www | |
81 | - - ./api/php/local.ini:/usr/local/etc/php/conf.d/local.ini | |
80 | + - /share/jenkins/api:/var/www | |
81 | + - /share/jenkins/api/php/local.ini:/usr/local/etc/php/conf.d/local.ini | |
82 | 82 | |
83 | 83 | #OD |
84 | 84 | od: |